Skip to content

Commit

Permalink
In tests, use selection.any in querystrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Nov 23, 2015
1 parent c728254 commit 1386475
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 @@ -10,6 +10,10 @@ New:

Fixes:

- 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 1386475

Please sign in to comment.