[jboss-cvs] JBoss Messaging SVN: r1627 - branches/Branch_HTTP_Experiment/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 22 22:32:21 EST 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-11-22 22:32:20 -0500 (Wed, 22 Nov 2006)
New Revision: 1627

Modified:
   branches/Branch_HTTP_Experiment/tests/build.xml
Log:
enabled tests

Modified: branches/Branch_HTTP_Experiment/tests/build.xml
===================================================================
--- branches/Branch_HTTP_Experiment/tests/build.xml	2006-11-23 03:31:26 UTC (rev 1626)
+++ branches/Branch_HTTP_Experiment/tests/build.xml	2006-11-23 03:32:20 UTC (rev 1627)
@@ -305,12 +305,12 @@
    <!-- ======================================================================================== -->
 
    <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"/> -->  <!-- default remoting configuration (socket) --> <!--
+      <antcall target="remote-tests"/>  <!-- default remoting configuration (socket) -->
       <antcall target="remote-tests">
          <param name="test.remoting" value="http"/>
-      </antcall>                                                                                 -->
+      </antcall>                                                                         
    </target>
 
    <target name="stress-tests" depends="tests-jar, prepare-testdirs, clear-test-logs">




More information about the jboss-cvs-commits mailing list