Subject | client-java tests |
---|---|
Author | Luca Lafranchi |
Post date | 2002-08-30T09:39:51Z |
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
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