[jboss-cvs] JBossAS SVN: r67203 - branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/jbossmessaging/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 16 16:27:08 EST 2007


Author: rrajesh
Date: 2007-11-16 16:27:08 -0500 (Fri, 16 Nov 2007)
New Revision: 67203

Modified:
   branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/jbossmessaging/test/SessionCloseStressTestCase.java
Log:
JBPAPP-417 Fixed resource name in SessionCloseStressTestCase

Modified: branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/jbossmessaging/test/SessionCloseStressTestCase.java
===================================================================
--- branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/jbossmessaging/test/SessionCloseStressTestCase.java	2007-11-16 21:07:30 UTC (rev 67202)
+++ branches/JBPAPP_4_2/testsuite/src/main/org/jboss/test/jbossmessaging/test/SessionCloseStressTestCase.java	2007-11-16 21:27:08 UTC (rev 67203)
@@ -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