[jboss-cvs] JBoss Messaging SVN: r6062 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 11 12:09:16 EDT 2009


Author: jmesnil
Date: 2009-03-11 12:09:16 -0400 (Wed, 11 Mar 2009)
New Revision: 6062

Modified:
   trunk/build-messaging.xml
Log:
bridge tests cleanup

* updated integration tests classpath (include apache logging required by jboss tm)

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-03-11 14:35:20 UTC (rev 6061)
+++ trunk/build-messaging.xml	2009-03-11 16:09:16 UTC (rev 6062)
@@ -181,8 +181,6 @@
    <!-- 90 mins -->
    <property name="stress.junit.timeout" value="5400000"/>
    <!-- 90 mins -->
-   <property name="bridge.junit.timeout" value="5400000"/>
-   <!-- 90 mins -->
 
    <property name="junit.showoutput" value="true"/>
    <property name="junit.jvm" value=""/>
@@ -311,6 +309,7 @@
       <path refid="javassist.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="apache.xerces.classpath"/>
+      <path refid="apache.logging.classpath"/>
    </path>
 
    <path id="jms.test.execution.classpath">
@@ -1232,7 +1231,6 @@
                <exclude name="**/jms/XAResourceRecoveryTest.class"/>
                <exclude name="**/jms/XATest.class"/>
                <exclude name="**/jms/stress/**"/>
-               <exclude name="**/jms/bridge/**"/>
                <exclude name="**/jms/manual/**"/>
             </fileset>
          </batchtest>




More information about the jboss-cvs-commits mailing list