Fixed tests for i2ptunnel.

This commit is contained in:
mathiasdm
2011-02-20 11:03:40 +00:00
parent 50e22b614f
commit b406c6c51e

View File

@ -187,8 +187,9 @@
<target name="compileTest"> <target name="compileTest">
<mkdir dir="./build" /> <mkdir dir="./build" />
<mkdir dir="./build/obj" /> <mkdir dir="./build/obj" />
<!-- We need the ant runtime, as it includes junit -->
<javac srcdir="./src:./test" debug="true" source="1.5" target="1.5" <javac srcdir="./src:./test" debug="true" source="1.5" target="1.5"
includeAntRuntime="false" includeAntRuntime="true"
deprecation="on" destdir="./build/obj" > deprecation="on" destdir="./build/obj" >
<compilerarg line="${javac.compilerargs}" /> <compilerarg line="${javac.compilerargs}" />
<classpath> <classpath>