Comment #2 on issue 561 by kai.hackemesser: Variable table parsing error
when value is another variable defined in resource file
http://code.google.com/p/robotframework/issues/detail?id=561
Is this the same issue like in my problem?
I have a resource file where I'm creating a library using a JDBC connection
parameter : jdbc:jtds:sqlserver://${DB_HOST}:${DB_PORT}/MainDB
and later in the same resource file I'm defining these two variables, but
when I call the SQL connect, it fails with the error:
The syntax of the connection
URL 'jdbc:jtds:sqlserver://${DB_HOST}:${DB_PORT}/MainDB' is invalid.
This looks like the Library has been created before the variables are
resolved.
This was working nicely with 2.1.3
cheers,
Kai