[jboss-cvs] JBossAS SVN: r69886 - branches/JBPAPP_4_2_0_GA_CP/ejb3/src/test/org/jboss/ejb3/test/persistenceunits/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 18 11:03:52 EST 2008


Author: bdecoste
Date: 2008-02-18 11:03:52 -0500 (Mon, 18 Feb 2008)
New Revision: 69886

Modified:
   branches/JBPAPP_4_2_0_GA_CP/ejb3/src/test/org/jboss/ejb3/test/persistenceunits/unit/EntityUnitTestCase.java
Log:
[JBPAPP-604] find correct PU

Modified: branches/JBPAPP_4_2_0_GA_CP/ejb3/src/test/org/jboss/ejb3/test/persistenceunits/unit/EntityUnitTestCase.java
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/ejb3/src/test/org/jboss/ejb3/test/persistenceunits/unit/EntityUnitTestCase.java	2008-02-18 15:54:59 UTC (rev 69885)
+++ branches/JBPAPP_4_2_0_GA_CP/ejb3/src/test/org/jboss/ejb3/test/persistenceunits/unit/EntityUnitTestCase.java	2008-02-18 16:03:52 UTC (rev 69886)
@@ -42,14 +42,9 @@
    {
       super(name);
    }
-   
+
    public void testPersistenceUnits() throws Exception
    {
-      
-   }
-
-   public void atestPersistenceUnits() throws Exception
-   {
       EntityTest test = (EntityTest) getInitialContext().lookup("EntityTestBean/remote");
       
       Entity1 entity1 = new Entity1();
@@ -69,7 +64,7 @@
 
    public static Test suite() throws Exception
    {
-      return getDeploySetup(EntityUnitTestCase.class, ""); //persistenceunits-test.jar");
+      return getDeploySetup(EntityUnitTestCase.class, "persistenceunits-test.jar");
    }
 
 }




More information about the jboss-cvs-commits mailing list