You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2010/01/22 17:12:13 UTC

svn commit: r902141 - /openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Author: mikedd
Date: Fri Jan 22 16:12:12 2010
New Revision: 902141

URL: http://svn.apache.org/viewvc?rev=902141&view=rev
Log:
OPENJPA-1150:
Un-exclude writebehind testcases since they're no longer in svn

Modified:
    openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=902141&r1=902140&r2=902141&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Fri Jan 22 16:12:12 2010
@@ -965,9 +965,6 @@
 
                         <!-- TestEJBTransactionalClass tests nothing -->
                         <exclude>org/apache/openjpa/persistence/kernel/TestEJBTransactionalClass.java</exclude>
-                        
-                        <!-- Exclude WriteBehind testcases until they are deleted... -->
-                        <exclude>org/apache/openjpa/jdbc/writebehind/**/Test*.java</exclude>
                     </excludes>
                     <systemProperties>
                         <property>