r9566 - helma-ng/trunk
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090402154854.7B3A03D0D6@mia> |
Author: hannes
Date: 2009-04-02 17:48:54 +0200 (Thu, 02 Apr 2009)
New Revision: 9566
Modified:
helma-ng/trunk/build.xml
Log:
Update test target to new securable modules naming conventions.
Details at http://dev.helma.org/trac/helma/changeset/9566
Modified: helma-ng/trunk/build.xml
===================================================================
--- helma-ng/trunk/build.xml 2009-04-02 13:56:30 UTC (rev 9565)
+++ helma-ng/trunk/build.xml 2009-04-02 15:48:54 UTC (rev 9566)
@@ -73,7 +73,7 @@
<!-- Runs the JUnit and Helma test cases -->
<!-- =================================================================== -->
<target name="test" depends="compile">
- <java jar="run.jar" args="test.all" fork="true" />
+ <java jar="run.jar" args="test/all" fork="true" />
<junit haltonfailure="true">
<classpath refid="classpath"/>
<formatter type="brief" usefile="false"/>