Skip to content

Commit

Permalink
Merge pull request #60 from plone/robotframework-3
Browse files Browse the repository at this point in the history
Test with robotframework 3
  • Loading branch information
mauritsvanrees authored Jul 5, 2016
2 parents 6aec596 + 22ca0ba commit eee6db1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Breaking changes:

New features:

- Test with robotframework version 3.0. [maurits]

- Do not use ``run_on_failure`` from ``Selenium2Library``. This
interferes with ``Wait until keyword succeeds``: an initial failure
is seen as total failure instead of checking the retries of this
Expand All @@ -25,7 +27,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
4 changes: 2 additions & 2 deletions versions-staging.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[versions]
Pygments = 2.0.2
plone.app.robotframework = 0.9.16
robotframework = 2.9.2
robotframework = 3.0
robotframework-selenium2library = 1.7.4
robotframework-selenium2screenshots = 0.6.0
robotframework-selenium2screenshots = 0.7.0
robotsuite = 1.7.0
selenium = 2.53.6
sphinxcontrib-robotframework = 0.5.1
4 changes: 2 additions & 2 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[versions]
Pygments = 2.0.2
plone.app.robotframework = 0.9.16
robotframework = 2.9.2
robotframework = 3.0
robotframework-selenium2library = 1.7.4
robotframework-selenium2screenshots = 0.6.0
robotframework-selenium2screenshots = 0.7.0
robotsuite = 1.7.0
selenium = 2.53.6
sphinxcontrib-robotframework = 0.5.1

0 comments on commit eee6db1

Please sign in to comment.