Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 286 by stashluk: Library instance created using 'with name' syntax not accessible in test cases.
http://code.google.com/p/robotframework/issues/detail?id=286 A library imported by the test suite, whether directly or by a resource file is not available by name to the test cases contained by the suite. In the suite setup, I have: resourceA.Do Something Setup Message In one of the test cases, I again have: resourceA.Do Something Another Message An instance of the 'resource' library is instantiated at it's first reference during the test setup, and _again_ at the first reference during the test cases. Is this really how it is meant to work? Library resource.py A WITH NAME resourceA RF 2.0.4 Python 2.5.4 -- 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
