[jboss-cvs] JBoss Messaging SVN: r1857 - trunk/tests
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Dec 23 16:52:35 EST 2006
Author: timfox
Date: 2006-12-23 16:52:31 -0500 (Sat, 23 Dec 2006)
New Revision: 1857
Modified:
trunk/tests/build.xml
Log:
Change transport for stress tests back to socket
Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml 2006-12-23 18:39:26 UTC (rev 1856)
+++ trunk/tests/build.xml 2006-12-23 21:52:31 UTC (rev 1857)
@@ -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="http"/>
+ <param name="test.remoting" value="socket"/>
</antcall>
</target>
More information about the jboss-cvs-commits
mailing list