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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 08:41:43 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-03-19 08:41:43 -0400 (Mon, 19 Mar 2007)
New Revision: 61433

Modified:
   trunk/testsuite/src/main/org/jboss/test/aop/test/RemotingUnitTestCase.java
Log:
Fix RemotingUnitTestCase

Modified: trunk/testsuite/src/main/org/jboss/test/aop/test/RemotingUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/aop/test/RemotingUnitTestCase.java	2007-03-19 11:14:06 UTC (rev 61432)
+++ trunk/testsuite/src/main/org/jboss/test/aop/test/RemotingUnitTestCase.java	2007-03-19 12:41:43 UTC (rev 61433)
@@ -56,15 +56,6 @@
       super(name);
    }
 
-   protected void setUp() throws Exception
-   {
-      //load the network registry
-   }
-
-   protected void tearDown() throws Exception
-   {
-   }
-
    public void testRemoting() throws Exception
    {
       MBeanServerConnection server = getServer();




More information about the jboss-cvs-commits mailing list