Subject Re: [Firebird-Java] client-java tests
Author Luca Lafranchi
Luca Lafranchi wrote:
> 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}"/>

Sorry, copy/paste error: second line must obviously look like
<sysproperty key="test.db.port" value="${test.db.port}"/>