mirror of https://github.com/apache/openjpa.git
previous exclude was overly comprehensive
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@627980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
325aa77bc1
commit
d2f5b73e91
|
@ -322,11 +322,8 @@
|
|||
|
||||
<!-- exclude classes that include a $; inner classes
|
||||
are not test cases per OpenJPA standards -->
|
||||
<exclude>org/apache/openjpa/**/*$*</exclude>
|
||||
<exclude>org/apache/openjpa/**/*.*</exclude>
|
||||
|
||||
<!-- exclude failing Slice tests -->
|
||||
<exclude>**/slice/**/*.java</exclude>
|
||||
<exclude>org/apache/openjpa/**/*$*.class</exclude>
|
||||
<exclude>org/apache/openjpa/**/*.*.class</exclude>
|
||||
|
||||
<!-- exclude new tests that aren't passing yet -->
|
||||
<exclude>org/apache/openjpa/persistence/annotations/TestAdvAnnot.java</exclude>
|
||||
|
|
Loading…
Reference in New Issue