Comment #3 on issue 584 by kai.hackemesser: Variable resolution doesn't work properly with variables passed to a library constructor.
http://code.google.com/p/robotframework/issues/detail?id=584
I have attached a cleaned up environment html and a cut down version of our SQL library class.
Create a test suite that loads the environment.html as resource, then create a test case where you call the connect method of the SQLLibrary class. Requires a JDBC driver in classpath and access to a database this driver is suitable for ;)
Cheers, Kai Attachments: environment.html 2.4 KB SQLLibrary.java 4.4 KB