Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 954 by dietrich...@googlemail.com: RunnableTestSuite instance has no attribute 'remove_keywords'
http://code.google.com/p/robotframework/issues/detail?id=954

The maven-robotframework-plugin has JUnit test classes consisting of several tests, where each test case ultimately uses RobotFramework.run once to execute the tests.

In the RF 2.6.0 jar, I get the following traceback if all tests are executed in a row. Single execution of each test works, however. In 2.5.7 all tests work.

What can be the reason for this?

Traceback (most recent call last):
File "C:\data\maven-2.0\repository\local\org\robotframework\robotframework\2.6.0\robotframework-2.6.0.jar\Lib\robot\__init__$py.class", line 88, in _execute File "C:\data\maven-2.0\repository\local\org\robotframework\robotframework\2.6.0\robotframework-2.6.0.jar\Lib\robot\__init__$py.class", line 124, in run File "C:\data\maven-2.0\repository\local\org\robotframework\robotframework\2.6.0\robotframework-2.6.0.jar\Lib\robot\running\model$py.class", line 37, in TestSuite File "C:\data\maven-2.0\repository\local\org\robotframework\robotframework\2.6.0\robotframework-2.6.0.jar\Lib\robot\common\model$py.class", line 306, in set_options [ ERROR ] Unexpected error: AttributeError: RunnableTestSuite instance has no attribute 'remove_keywords'

Reply via email to