plone / plone.app.robotframework

Provides Robot Framework compatible resources and tools for writing functional Selenium tests (including acceptance tests) for Plone CMS and its add-ons.
https://docs.plone.org/external/plone.app.robotframework/docs/source/index.html
11 stars 17 forks source link

Replaced deprecated `Fail Unless Equal` with `Should Be Equal` in test. #59

Closed mauritsvanrees closed 8 years ago

mauritsvanrees commented 8 years ago

This fixes a warning in Travis (or locally): [ WARN ] Keyword 'DeprecatedBuiltIn.Fail Unless Equal' is deprecated. Use 'BuiltIn.Should Be Equal' instead. See https://travis-ci.org/plone/plone.app.robotframework/jobs/142141481

mauritsvanrees commented 8 years ago

Should be fine. Pull request #60 builds on this. I will test only that pull request on Jenkins.