You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mt...@apache.org on 2010/10/02 18:24:50 UTC

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

Author: mtylenda
Date: Sat Oct  2 16:24:50 2010
New Revision: 1003828

URL: http://svn.apache.org/viewvc?rev=1003828&view=rev
Log:
Remove outdated comment related to metamodel.

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=1003828&r1=1003827&r2=1003828&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Sat Oct  2 16:24:50 2010
@@ -963,11 +963,6 @@
                         <!-- TestPMMemory creates heapdumps etc and there's no real asserts within the test.  -->
                         <exclude>org/apache/openjpa/persistence/kernel/TestPMMemory.java</exclude>
 
-                        <!-- ================================================================== -->
-                        <!--  MetaModel tests are *temporarily* excluded to wait for            -->
-                        <!--  spec to stabilize on Result Processing API                        -->
-                        <!--  This was blanket exclude, but some tests were erroneously excluded.-->
-                        <!-- ==================================================================  --> 
                         <exclude>org/apache/openjpa/persistence/meta/TestExternalValues.java</exclude>
                         
                         <!-- Exclude subclassing tests   -->