Comment #1 on issue 286 by pekka.klarck: Library instance created using 'with name' syntax not accessible in test cases.
http://code.google.com/p/robotframework/issues/detail?id=286

Based on the description this sounds like the library doesn't have scope defined. In that case it would use the default 'TEST CASE' scope where new instances are created for every suite and test. See the user guide for more information about scopes:
http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/userguide/RobotFrameworkUserGuide.html#test-library-scope

There has also been a bug related to scopes and 'WITH NAME' imports but this issue
129 was fixed in RF 2.0.3.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to