Author: dwoods
Date: Tue Nov  2 17:04:25 2010
New Revision: 1030124

URL: http://svn.apache.org/viewvc?rev=1030124&view=rev
Log:
exclude JEST tests for now

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=1030124&r1=1030123&r2=1030124&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Tue Nov  2 17:04:25 2010
@@ -975,6 +975,8 @@
 
                         <!-- TestEJBTransactionalClass tests nothing -->
                         
<exclude>org/apache/openjpa/persistence/kernel/TestEJBTransactionalClass.java</exclude>
+                        <!-- Exclude JEST tests for now -->
+                        
<exclude>org/apache/openjpa/persistence/jest/Test*.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>


Reply via email to