Skip to content

Commit

Permalink
Replaced deprecated Fail Unless Equal with Should Be Equal in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jul 5, 2016
1 parent 6aec596 commit 1b23806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ New features:

Bug fixes:

- *add item here*
- Replaced deprecated ``Fail Unless Equal`` with ``Should Be Equal``
in test. [maurits]


0.9.16 (2016-06-07)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Test path to uid resolving
${uid} = Create content type=Document id=example-document
... title=Example document
${result_uid} = Path to UID /plone/example-document
Fail unless equal ${uid} ${result_uid}
Should Be Equal ${uid} ${result_uid}

Test fire transition
Enable autologin as Contributor Reviewer
Expand Down

0 comments on commit 1b23806

Please sign in to comment.