allow running full builds w/o running o-p-locking tests

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@901830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-01-21 19:17:14 +00:00
parent 184cb41619
commit 08cf015207
1 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,8 @@
anything else allows the test to execute normally
-->
<tests.openjpa.allowfailure>ignore</tests.openjpa.allowfailure>
<!-- set this =** on cmdline to skip all tests -->
<surefire.excludes.locking />
</properties>
<profiles>
@ -73,6 +75,9 @@
<includes>
<include>org/apache/openjpa/persistence/enhance/DynamicEnhancementSuite.java</include>
</includes>
<excludes>
<exclude>${surefire.excludes.locking}</exclude>
</excludes>
<systemProperties>
<property>
<name>openjpa.Log</name>
@ -752,6 +757,7 @@
exclude classes that end with 'Test'; these are not test cases per OpenJPA standards
-->
<exclude>org/apache/openjpa/**/*Test.java</exclude>
<exclude>${surefire.excludes.locking}</exclude>
</excludes>
<systemProperties>
<property>