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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 8 05:52:31 EST 2007


Author: timfox
Date: 2007-02-08 05:52:31 -0500 (Thu, 08 Feb 2007)
New Revision: 2203

Modified:
   trunk/tests/build.xml
Log:
edited back


Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2007-02-08 10:50:26 UTC (rev 2202)
+++ trunk/tests/build.xml	2007-02-08 10:52:31 UTC (rev 2203)
@@ -366,11 +366,9 @@
            default remoting configuration (socket)
       -->
       <antcall target="remote-tests"/>
-      <!--
       <antcall target="remote-tests">
          <param name="test.remoting" value="http"/>
       </antcall>
-      -->
       <antcall target="clustering-tests"/>
 
    </target>
@@ -638,9 +636,6 @@
             <fileset dir="${build.tests.classes}">
                <include name="**/jms/**/*Test.class"/>
                <include name="**/thirdparty/**/*Test.class"/>
-
-               <exclude name="**/jms/bridge/**/*Test.class"/>
-
                <exclude name="**/messaging/graveyard/**/*Test.class"/>
                <exclude name="**/jms/WireFormatTest.class"/>
                <exclude name="**/jms/stress/**"/>




More information about the jboss-cvs-commits mailing list