Skip to content

Commit

Permalink
Merge pull request #65 from plone/datakurre-fix-tests
Browse files Browse the repository at this point in the history
Fix tests for syndication control panel to pass also with new plone.app.registry version
  • Loading branch information
gforcada authored Aug 24, 2016
2 parents f0401ce + 180da62 commit 0f49f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Changelog
2.3.10 (unreleased)
-------------------

- Nothing changed yet.

- Fix tests for syndication control panel to pass also with
new plone.app.registry versions
[Asko Soukka]

2.3.9 (2015-09-27)
------------------
Expand Down
3 changes: 2 additions & 1 deletion plone/app/controlpanel/tests/syndication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Edit some settings and make sure they stick.

We should be back on the Site Setup screen:

>>> 'plone_control_panel' in self.browser.url
>>> ('plone_control_panel' in self.browser.url or
... '@@overview-controlpanel' in self.browser.url)
True

Navigate back to the syndication settings:
Expand Down

0 comments on commit 0f49f45

Please sign in to comment.