[jboss-cvs] JBossAS SVN: r67939 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/proxycompiler/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 5 08:58:54 EST 2007


Author: adrian at jboss.org
Date: 2007-12-05 08:58:54 -0500 (Wed, 05 Dec 2007)
New Revision: 67939

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/proxycompiler/test/BeanProxyUnitTestCase.java
Log:
Fix the BeanProxyUnitTestCase running the wrong tests

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/proxycompiler/test/BeanProxyUnitTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/proxycompiler/test/BeanProxyUnitTestCase.java	2007-12-05 13:56:20 UTC (rev 67938)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/proxycompiler/test/BeanProxyUnitTestCase.java	2007-12-05 13:58:54 UTC (rev 67939)
@@ -54,7 +54,7 @@
 
    public static Test suite() throws Exception
    {
-      return getDeploySetup(ProxyCompilerUnitTestCase.class, "proxycompiler-test.jar");
+      return getDeploySetup(BeanProxyUnitTestCase.class, "proxycompiler-test.jar");
    }
 
    public void testProxyCompilerTest() throws Exception
@@ -123,6 +123,7 @@
    protected void setUp()
       throws Exception
    {
+      super.setUp();
       home = (ProxyCompilerTestHome)getInitialContext().lookup("ProxyCompilerTest");
       getLog().debug("Remove ProxyCompilerTest bean instances");
 




More information about the jboss-cvs-commits mailing list