mirror of https://github.com/apache/openjpa.git
OPENJPA-1153: Exclude TestEJBTransactionalClass since it actually tests nothing.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@826257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a32bb62381
commit
18f0e74899
|
@ -1018,6 +1018,9 @@
|
||||||
<exclude>org/apache/openjpa/enhance/TestEnhancementConfiguration.java</exclude>
|
<exclude>org/apache/openjpa/enhance/TestEnhancementConfiguration.java</exclude>
|
||||||
<exclude>org/apache/openjpa/enhance/TestRelationToUnlistedClass.java</exclude>
|
<exclude>org/apache/openjpa/enhance/TestRelationToUnlistedClass.java</exclude>
|
||||||
<exclude>org/apache/openjpa/kernel/TestDynamicClassRegistration.java</exclude>
|
<exclude>org/apache/openjpa/kernel/TestDynamicClassRegistration.java</exclude>
|
||||||
|
|
||||||
|
<!-- TestEJBTransactionalClass tests nothing -->
|
||||||
|
<exclude>org/apache/openjpa/persistence/kernel/TestEJBTransactionalClass.java</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
<systemProperties>
|
<systemProperties>
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue