[jboss-cvs] JBoss Messaging SVN: r2217 - branches/Branch_1_0_1_SP/tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 8 18:08:49 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-08 18:08:49 -0500 (Thu, 08 Feb 2007)
New Revision: 2217

Modified:
   branches/Branch_1_0_1_SP/tests/build.xml
Log:
small corrections to the build file

Modified: branches/Branch_1_0_1_SP/tests/build.xml
===================================================================
--- branches/Branch_1_0_1_SP/tests/build.xml	2007-02-08 23:05:47 UTC (rev 2216)
+++ branches/Branch_1_0_1_SP/tests/build.xml	2007-02-08 23:08:49 UTC (rev 2217)
@@ -354,8 +354,6 @@
                <exclude name="**/jms/MemLeakTest.class"/>
                <!-- TODO Exclude all distributed tests until after 1.0 release -->
                <exclude name="**/messaging/core/distributed/**/*Test.class"/>
-               <exclude name="**/thirdparty/remoting/CallbackServerTimeoutTest.class"/>
-               <exclude name="**/thirdparty/remoting/ClientInvokerTimeoutTest.class"/>
             </fileset>
          </batchtest>
       </junit>
@@ -538,7 +536,7 @@
                <include name="org/jboss/test/messaging/jms/JMSTest.class"/>
                -->
                <include name="org/jboss/test/messaging/jms/**/*Test.class"/>
-               <include name="**/thirdparty/**/*Test.class"/>
+               <include name="**/thirdparty/remoting/*Test.class"/>
                <exclude name="org/jboss/test/messaging/jms/stress/**"/>
                <exclude name="org/jboss/test/messaging/jms/server/**"/>
                <exclude name="org/jboss/test/messaging/jms/persistence/**"/>




More information about the jboss-cvs-commits mailing list