[jboss-cvs] JBossAS SVN: r65704 - trunk/ejb3.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Oct 1 05:49:44 EDT 2007
Author: wolfc
Date: 2007-10-01 05:49:44 -0400 (Mon, 01 Oct 2007)
New Revision: 65704
Modified:
trunk/ejb3/build-test.xml
Log:
Added one-test
Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml 2007-10-01 08:31:14 UTC (rev 65703)
+++ trunk/ejb3/build-test.xml 2007-10-01 09:49:44 UTC (rev 65704)
@@ -3821,6 +3821,15 @@
</junit>
</target>
+ <target name="one-test" depends="init" if="test"
+ description="Execute one test Junit test case.">
+ <!-- For use when we do not need to pass in any special jvmargs; forks the test process -->
+ <antcall target="one-test-with-jvmargs" inheritRefs="true">
+ <param name="test" value="${test}"/>
+ <param name="jvmargs" value=""/>
+ </antcall>
+ </target>
+
<!-- Single unit test -->
<target name="one-test-with-jvmargs" if="test">
<!-- For use when we need to pass in special jvmargs -->
More information about the jboss-cvs-commits
mailing list