[jboss-cvs] JBossAS SVN: r66018 - trunk/testsuite/src/main/org/jboss/test/jbossmessaging/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 10 23:33:36 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-10-10 23:33:36 -0400 (Wed, 10 Oct 2007)
New Revision: 66018

Modified:
   trunk/testsuite/src/main/org/jboss/test/jbossmessaging/test/SessionCloseStressTestCase.java
Log:
Fixing test

Modified: trunk/testsuite/src/main/org/jboss/test/jbossmessaging/test/SessionCloseStressTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/jbossmessaging/test/SessionCloseStressTestCase.java	2007-10-11 01:17:08 UTC (rev 66017)
+++ trunk/testsuite/src/main/org/jboss/test/jbossmessaging/test/SessionCloseStressTestCase.java	2007-10-11 03:33:36 UTC (rev 66018)
@@ -325,7 +325,7 @@
    public static Test suite() throws Exception
    {
        ClassLoader loader = Thread.currentThread().getContextClassLoader();
-       String resourceName = getJMSResourceRelativePathname("tests-destinations-service.xml") ;
+       String resourceName = getJMSResourceRelativePathname("test-destinations-service.xml") ;
 
        return getDeploySetup(SessionCloseStressTestCase.class,
                loader.getResource(resourceName).toString());




More information about the jboss-cvs-commits mailing list