[jboss-cvs] JBoss Messaging SVN: r1858 - trunk/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 23 17:55:17 EST 2006


Author: timfox
Date: 2006-12-23 17:55:15 -0500 (Sat, 23 Dec 2006)
New Revision: 1858

Modified:
   trunk/tests/build.xml
Log:
duh! put http back in



Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2006-12-23 21:52:31 UTC (rev 1857)
+++ trunk/tests/build.xml	2006-12-23 22:55:15 UTC (rev 1858)
@@ -366,7 +366,7 @@
       <antcall target="invm-stress-tests"/>
       <antcall target="remote-stress-tests"/>  <!-- default remoting configuration (socket) -->
       <antcall target="remote-stress-tests">
-         <param name="test.remoting" value="socket"/>
+         <param name="test.remoting" value="http"/>
       </antcall>
    </target>
 




More information about the jboss-cvs-commits mailing list