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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 30 18:19:36 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-03-30 18:19:36 -0400 (Fri, 30 Mar 2007)
New Revision: 61923

Modified:
   trunk/testsuite/src/main/org/jboss/test/jmx/test/SecureRMIAdaptorUnitTestCase.java
Log:
use super.setUp

Modified: trunk/testsuite/src/main/org/jboss/test/jmx/test/SecureRMIAdaptorUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/jmx/test/SecureRMIAdaptorUnitTestCase.java	2007-03-30 22:16:05 UTC (rev 61922)
+++ trunk/testsuite/src/main/org/jboss/test/jmx/test/SecureRMIAdaptorUnitTestCase.java	2007-03-30 22:19:36 UTC (rev 61923)
@@ -57,6 +57,7 @@
             deploymentException = null;
             try
             {
+               super.setUp();
                this.delegate.init();
                // deploy the comma seperated list of jars
                String serviceURL = this.getResourceURL("jmx/jmxadaptor/securejmx-invoker-service.xml");
@@ -72,6 +73,7 @@
 
          protected void tearDown() throws Exception
          {
+            super.tearDown();
             String serviceURL = this.getResourceURL("jmx/jmxadaptor/securejmx-invoker-service.xml");            
             this.undeploy(serviceURL);
             this.getLog().debug("undeployed package: " + serviceURL);




More information about the jboss-cvs-commits mailing list