Skip to content

Commit

Permalink
Merge pull request #76 from plone/cmfplone-issue-1040
Browse files Browse the repository at this point in the history
In tests, use ``selection.any`` in querystrings.
  • Loading branch information
gforcada committed Nov 25, 2015
2 parents a243960 + e5d6916 commit d73e5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Fixes:
- Update Site Setup link in all control panels (fixes https://github.com/plone/Products.CMFPlone/issues/1255)
[davilima6]

- In tests, use ``selection.any`` in querystrings.
Issue https://github.com/plone/Products.CMFPlone/issues/1040
[maurits]

- Move translations to plone.app.locales
https://github.com/plone/plone.app.discussion/issues/66
[gforcada]
Expand Down
2 changes: 1 addition & 1 deletion plone/app/discussion/tests/collection-integration-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Set the collection criteria.
>>> if COLLECTION_TYPE == "Collection":
... browser.getControl(name="addindex").value = ['portal_type']
... browser.getControl(name="form.button.addcriteria").click()
... browser.getControl(name="addoperator").value = ['plone.app.querystring.operation.selection.is']
... browser.getControl(name="addoperator").value = ['plone.app.querystring.operation.selection.any']
... browser.getControl(name="form.button.addcriteria").click()
... browser.getControl(name="query.v:records:list").value = ["Discussion Item"]
... browser.getControl(name="form.button.save").click()
Expand Down

0 comments on commit d73e5cb

Please sign in to comment.