* New buildTest and prepTest targets

* Fix UDPEndpoint usage in unit tests:
  - Restore receive()
  - Handle null UDPTransport
* Fix UDPEndpointTestStandalone compilation
This commit is contained in:
zzz
2013-05-16 17:57:33 +00:00
parent febc0a5237
commit fcdf837f33
5 changed files with 47 additions and 6 deletions

View File

@@ -258,7 +258,10 @@
<fileset dir="../../reports/router/junit/" />
</replaceregexp>
</target>
<!-- both junit and scala, but we have no scala tests yet -->
<target name="test" depends="junit.test"/>
<!-- test reports -->
<target name="scalatest.report">
<junitreport todir="../../reports/router/scalatest">