[jboss-cvs] JBossAS SVN: r101313 - branches/Branch_Hornet_Temporary_2/testsuite/src/main/org/jboss/test/invokers/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 23 00:54:24 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-02-23 00:54:24 -0500 (Tue, 23 Feb 2010)
New Revision: 101313

Modified:
   branches/Branch_Hornet_Temporary_2/testsuite/src/main/org/jboss/test/invokers/test/MultiInvokersUnitTestCase.java
Log:
fixing test

Modified: branches/Branch_Hornet_Temporary_2/testsuite/src/main/org/jboss/test/invokers/test/MultiInvokersUnitTestCase.java
===================================================================
--- branches/Branch_Hornet_Temporary_2/testsuite/src/main/org/jboss/test/invokers/test/MultiInvokersUnitTestCase.java	2010-02-23 05:38:06 UTC (rev 101312)
+++ branches/Branch_Hornet_Temporary_2/testsuite/src/main/org/jboss/test/invokers/test/MultiInvokersUnitTestCase.java	2010-02-23 05:54:24 UTC (rev 101313)
@@ -140,14 +140,15 @@
          {
             super.setUp();
             JMSDestinationsUtil.setupBasicDestinations();
-            deploy("cts.jar");
+            deploy("invokers.jar");
             
          }
          
          public void tearDown() throws Exception
          {
-            undeploy("cts.jar");
+            undeploy("invokers.jar");
             JMSDestinationsUtil.destroyDestinations();
+            super.tearDown();
          }
       };
 




More information about the jboss-cvs-commits mailing list