[Jboss-cvs] JBoss Messaging SVN: r1029 - trunk/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 1 14:19:31 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-08-01 14:19:30 -0400 (Tue, 01 Aug 2006)
New Revision: 1029

Modified:
   trunk/tests/build.xml
Log:
restoring the original test sequence

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2006-08-01 18:12:23 UTC (rev 1028)
+++ trunk/tests/build.xml	2006-08-01 18:19:30 UTC (rev 1029)
@@ -354,9 +354,9 @@
    <!-- ======================================================================================== -->
 
    <target name="tests" depends="tests-jar, prepare-testdirs, clear-test-logs">
-      <!--<antcall target="crash-tests"/>-->
+      <antcall target="crash-tests"/>
       <antcall target="invm-tests"/>
-      <!-- <antcall target="remote-tests"/> -->
+      <antcall target="remote-tests"/>
    </target>
 
    <target name="stress-tests" depends="tests-jar, prepare-testdirs, clear-test-logs">




More information about the jboss-cvs-commits mailing list