Author: struberg
Date: Fri Aug 19 08:38:26 2016
New Revision: 1756882
URL: http://svn.apache.org/viewvc?rev=1756882&view=rev
Log:
reactivate tests
Modified:
openjpa/trunk/openjpa-persistence-jdbc/pom.xml
openjpa/trunk/pom.xml
Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=1756882&r1=1756881&r2=1756882&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Fri Aug 19 08:38:26 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/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1756882&r1=1756881&r2=1756882&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Fri Aug 19 08:38:26 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>