Updates:
Summary: Variables are not resolved from arguments to Java libraries
Status: Done
Owner: pekka.klarck
Comment #8 on issue 584 by pekka.klarck: Variables are not resolved from
arguments to Java libraries
http://code.google.com/p/robotframework/issues/detail?id=584
The problem only appeared with Java libraries and the fix was simple as
seen in r3811.
This regression was caused by heavy refactorings in RF 2.5 and by the fact
that we didn't have any test for it. I noticed that the tests for library
imports with arguments were pretty bad in general, and the biggest part of
fixing this issue was enhancing them in r3808 and r3810.