Author: struberg
Date: Fri Aug 19 08:38:06 2016
New Revision: 1756881
URL: http://svn.apache.org/viewvc?rev=1756881&view=rev
Log:
reactivate tests
Modified:
openjpa/branches/2.4.x/openjpa-persistence-jdbc/pom.xml
openjpa/branches/2.4.x/pom.xml
Modified: openjpa/branches/2.4.x/openjpa-persistence-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-persistence-jdbc/pom.xml?rev=1756881&r1=1756880&r2=1756881&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/2.4.x/openjpa-persistence-jdbc/pom.xml Fri Aug 19 08:38:06
2016
@@ -920,7 +920,6 @@
<!-- exclude classes that include a $; inner classes
are not test cases per OpenJPA standards -->
<exclude>org/apache/openjpa/**/*$*.class</exclude>
- <exclude>org/apache/openjpa/**/*.*.class</exclude>
<!-- exclude "no xsd" test until a workaround is
figured out (OPENJPA-513) -->
<exclude>org/apache/openjpa/persistence/xml/TestPersistenceUnitWithoutXSD.java</exclude>
Modified: openjpa/branches/2.4.x/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.4.x/pom.xml?rev=1756881&r1=1756880&r2=1756881&view=diff
==============================================================================
--- openjpa/branches/2.4.x/pom.xml (original)
+++ openjpa/branches/2.4.x/pom.xml Fri Aug 19 08:38:06 2016
@@ -690,7 +690,6 @@
<!-- exclude classes that include a $; inner
classes
are not test cases per OpenJPA standards -->
<exclude>org/apache/openjpa/**/*$*.class</exclude>
- <exclude>org/apache/openjpa/**/*.*.class</exclude>
</excludes>
<systemProperties>
<property>