[jboss-cvs] JBoss Messaging SVN: r6521 - in trunk: tests/jms-tests/src/org/jboss/test/messaging and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 22 07:12:27 EDT 2009


Author: jmesnil
Date: 2009-04-22 07:12:27 -0400 (Wed, 22 Apr 2009)
New Revision: 6521

Modified:
   trunk/build-messaging.xml
   trunk/tests/jms-tests/src/org/jboss/test/messaging/JBMServerTestCase.java
Log:
JMS test configuration

* temporary fix to run the JMS tests. These tests should not depend on the configuration used for AS5 integration but use the standalone configuration instead

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-04-22 09:45:23 UTC (rev 6520)
+++ trunk/build-messaging.xml	2009-04-22 11:12:27 UTC (rev 6521)
@@ -349,6 +349,7 @@
       <path refid="apache.xerces.classpath"/>
       <path refid="apache.logging.classpath"/>
       <path refid="jboss.jnpserver.classpath"/>
+      <path refid="jboss.jboss.common.logging.log4j.classpath"/> 
    </path>
     
    <path id="joram.test.execution.classpath">

Modified: trunk/tests/jms-tests/src/org/jboss/test/messaging/JBMServerTestCase.java
===================================================================
--- trunk/tests/jms-tests/src/org/jboss/test/messaging/JBMServerTestCase.java	2009-04-22 09:45:23 UTC (rev 6520)
+++ trunk/tests/jms-tests/src/org/jboss/test/messaging/JBMServerTestCase.java	2009-04-22 11:12:27 UTC (rev 6521)
@@ -258,7 +258,7 @@
 
    public String[] getContainerConfig()
    {
-      return new String[]{ "invm-beans.xml", "AS/config/jbm-jboss-beans.xml"};
+      return new String[]{ "invm-beans.xml", "AS/config/independent/jbm-jboss-beans.xml"};
    }
 
    protected MessagingServer getJmsServer() throws Exception




More information about the jboss-cvs-commits mailing list