You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2009/08/25 21:21:07 UTC

svn commit: r807770 - /openejb/trunk/openejb3/container/openejb-core/src/test/java/org/apache/openejb/config/AltDDPrefixTest.java

Author: dblevins
Date: Tue Aug 25 19:21:07 2009
New Revision: 807770

URL: http://svn.apache.org/viewvc?rev=807770&view=rev
Log:
commenting out temporarily till the altddPU1 test resources are added

Modified:
    openejb/trunk/openejb3/container/openejb-core/src/test/java/org/apache/openejb/config/AltDDPrefixTest.java

Modified: openejb/trunk/openejb3/container/openejb-core/src/test/java/org/apache/openejb/config/AltDDPrefixTest.java
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-core/src/test/java/org/apache/openejb/config/AltDDPrefixTest.java?rev=807770&r1=807769&r2=807770&view=diff
==============================================================================
--- openejb/trunk/openejb3/container/openejb-core/src/test/java/org/apache/openejb/config/AltDDPrefixTest.java (original)
+++ openejb/trunk/openejb3/container/openejb-core/src/test/java/org/apache/openejb/config/AltDDPrefixTest.java Tue Aug 25 19:21:07 2009
@@ -84,7 +84,7 @@
      *
      * @throws Exception if something wrong happen
      */
-    public void testPersistenceUnit() throws Exception {
+    public void _testPersistenceUnit() throws Exception {
         System.out.println("*** testPersistenceUnit ***");
         Assembler assmbler = new Assembler();
         SystemInstance.get().setProperty("openejb.altdd.prefix", "footest, test");
@@ -109,7 +109,7 @@
      *
      * @throws Exception if something wrong happen
      */
-    public void testPersistenceUnitWithAllDD() throws Exception {
+    public void _testPersistenceUnitWithAllDD() throws Exception {
         System.out.println("*** testPersistenceUnitWithAllDD ***");
         Assembler assmbler = new Assembler();
         // TODO should be better to add a remove property method