Test: Add random delay and drop options to LocalClientManager

Return failure codes from LCM to client (ticket #1939)
This commit is contained in:
zzz
2017-02-10 19:17:43 +00:00
parent 2d8f0c2956
commit e01c443fa2
2 changed files with 110 additions and 6 deletions

View File

@@ -223,7 +223,11 @@
<!-- warning - The junit.test target below doesn't actually include i2ptest.jar in the classpath,
only the build/obj directory.
-->
<jar destfile="./build/i2ptest.jar" basedir="./build/obj" includes="**/*.class **/test.data **/baseDblPrecmp **/basePrecmp" />
<jar destfile="./build/i2ptest.jar" basedir="./build/obj" >
<fileset dir="./build/obj" includes="**/*.class **/test.data **/baseDblPrecmp **/basePrecmp" />
<!-- the getopt translation files -->
<fileset dir="src" includes="${translation.includes}" />
</jar>
</target>
<!-- preparation of code coverage tool of choice -->
<target name="prepareClover" depends="compile" if="with.clover">