Subject client-java tests
Author Luca Lafranchi
Hi :))
While trying to help CN (two threads above...), I found out that there
something missing in build.xml:
in the junit task, the following lines should be added:
<sysproperty key="test.db.host" value="${test.db.host}"/>
<sysproperty key="test.db.host" value="${test.db.port}"/>

otherwise the driver will always try to connect to "localhost:3050",
which is not always correct :))

Ciao
Luca