[jboss-cvs] JBossAS SVN: r67938 - trunk/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:56:21 EST 2007


Author: adrian at jboss.org
Date: 2007-12-05 08:56:20 -0500 (Wed, 05 Dec 2007)
New Revision: 67938

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

Modified: trunk/testsuite/src/main/org/jboss/test/proxycompiler/test/BeanProxyUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/proxycompiler/test/BeanProxyUnitTestCase.java	2007-12-05 13:35:30 UTC (rev 67937)
+++ trunk/testsuite/src/main/org/jboss/test/proxycompiler/test/BeanProxyUnitTestCase.java	2007-12-05 13:56:20 UTC (rev 67938)
@@ -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