[Jboss-cvs] JBoss Messaging SVN: r1314 - branches/Branch_1_0/tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 18 20:30:57 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-09-18 20:30:56 -0400 (Mon, 18 Sep 2006)
New Revision: 1314

Modified:
   branches/Branch_1_0/tests/build.xml
Log:
excluding JCAWrapperTest from those that are run remotely

Modified: branches/Branch_1_0/tests/build.xml
===================================================================
--- branches/Branch_1_0/tests/build.xml	2006-09-19 00:30:20 UTC (rev 1313)
+++ branches/Branch_1_0/tests/build.xml	2006-09-19 00:30:56 UTC (rev 1314)
@@ -537,7 +537,7 @@
                <exclude name="org/jboss/test/messaging/jms/ManualCrashTest.class"/>
                <exclude name="org/jboss/test/messaging/jms/MemLeakTest.class"/>
                <exclude name="org/jboss/test/messaging/jms/ManifestTest.class"/>
-               <exclude name="org/jboss/test/messaging/jms/XATransactionTest.class"/>
+               <exclude name="org/jboss/test/messaging/jms/JCAWrapperTest.class"/>
             </fileset>
          </batchtest>
       </junit>




More information about the jboss-cvs-commits mailing list