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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 31 06:58:05 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-01-31 06:58:05 -0500 (Wed, 31 Jan 2007)
New Revision: 2117

Modified:
   trunk/tests/build.xml
Log:
excluding some remoting tests that are not supposed to run invm

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-01-31 11:29:48 UTC (rev 2116)
+++ trunk/tests/build.xml	2007-01-31 11:58:05 UTC (rev 2117)
@@ -434,6 +434,8 @@
                <exclude name="**/thirdparty/remoting/PureAsynchronousCallTest.class"/>
                <exclude name="**/thirdparty/remoting/RemotingConnectionFailureTest.class"/>
                <exclude name="**/thirdparty/remoting/CallbackServerTimeoutTest.class"/>
+               <exclude name="**/thirdparty/remoting/ClientInvokerTimeoutTest.class"/>
+               <exclude name="**/thirdparty/remoting/SocketTransportCausalityTest.class"/>
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-cvs-commits mailing list