You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make test tolerant to Products.ZCatalog 7.2.0 behavior
The tests testMakeQueryWithSubjectNot and testMakeQueryWithMultipleSubjectNot previously asserted exact result URLs. Products.ZCatalog >= 7.2.0 may include the Plone site in results; update the test to only assert that the page with subject Lorem (self.testpage) is not present in the results to keep compatibility across ZCatalog versions.
0 commit comments