[jboss-cvs] JBossAS SVN: r60666 - branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/container/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 19 08:44:10 EST 2007


Author: wolfc
Date: 2007-02-19 08:44:10 -0500 (Mon, 19 Feb 2007)
New Revision: 60666

Modified:
   branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/container/unit/ContainerTestCase.java
Log:
Weirdness

Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/container/unit/ContainerTestCase.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/container/unit/ContainerTestCase.java	2007-02-19 13:43:23 UTC (rev 60665)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/container/unit/ContainerTestCase.java	2007-02-19 13:44:10 UTC (rev 60666)
@@ -99,7 +99,8 @@
 
    public static Test suite() throws Exception
    {
-      return getDeploySetup(ContainerTestCase.class, "multideploy.jar, multideploy-ejb3.jar, service-test.sar, service-test.jar, stateful-test.jar");
+      //return getDeploySetup(ContainerTestCase.class, "multideploy.jar, multideploy-ejb3.jar, service-test.sar, service-test.jar, stateful-test.jar");
+      return getDeploySetup(ContainerTestCase.class, "multideploy.jar, multideploy-ejb3.jar, service-test.sar, stateful-test.jar, service-test.jar");
    }
 
 }




More information about the jboss-cvs-commits mailing list