Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests after Plone 4.3.19 release. #180

Merged
merged 1 commit into from Oct 16, 2019
Merged

Fix tests after Plone 4.3.19 release. #180

merged 1 commit into from Oct 16, 2019

Conversation

jone
Copy link
Member

@jone jone commented Oct 16, 2019

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.

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
readding it.
@jone jone requested a review from a team October 16, 2019 06:57
Copy link

@busykoala busykoala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good to me and seems to be working as well 😉

@maethu maethu merged commit a0f6ee9 into master Oct 16, 2019
@maethu maethu deleted the jone-test branch October 16, 2019 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants