4teamwork / ftw.upgrade

An upgrade control panel and upgrade helpers for plone upgrades.
6 stars 10 forks source link

Fix tests after Plone 4.3.19 release. #180

Closed jone closed 5 years ago

jone commented 5 years ago

The tests were relying on a value in the attribute "rights", which was not actually on the folder object but seems to have been inherited through acquisition. The Plone 4.3.19 release does no longer index parent attributes through acquisition, thus the test was failing. We have now a more relyable approach by removing an existing index and re-adding it.