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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 17:23:45 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-03-19 17:23:45 -0400 (Mon, 19 Mar 2007)
New Revision: 61468

Modified:
   trunk/testsuite/src/main/org/jboss/test/cts/test/CtsCmp2UnitTestCase.java
Log:
Remove the setUp override

Modified: trunk/testsuite/src/main/org/jboss/test/cts/test/CtsCmp2UnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cts/test/CtsCmp2UnitTestCase.java	2007-03-19 21:18:21 UTC (rev 61467)
+++ trunk/testsuite/src/main/org/jboss/test/cts/test/CtsCmp2UnitTestCase.java	2007-03-19 21:23:45 UTC (rev 61468)
@@ -43,10 +43,6 @@
       super(name);
    }
 
-   protected void setUp() throws Exception
-   {
-   }
-
    public void testV1() throws Exception
    {
       try 




More information about the jboss-cvs-commits mailing list