revert the change to defalut included for surefire, there are a bunch of non tests in there. *Test.* is needed

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1394734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2012-10-05 19:05:28 +00:00
parent b24dfb908b
commit 7db7ed130b
1 changed files with 6 additions and 1 deletions

View File

@ -474,7 +474,9 @@
</property> </property>
--> -->
</systemProperties> </systemProperties>
<includes>
<include>**/*Test.*</include>
</includes>
<excludes> <excludes>
<exclude>**/perf/SimpleDurableTopicTest.*</exclude> <exclude>**/perf/SimpleDurableTopicTest.*</exclude>
<!-- These tests run too slow to execute as part of the unit tests --> <!-- These tests run too slow to execute as part of the unit tests -->
@ -1129,6 +1131,9 @@
<value>target/</value> <value>target/</value>
</property> </property>
</systemProperties> </systemProperties>
<includes>
<include>**/*Test.*</include>
</includes>
<excludes> <excludes>
<exclude>**/perf/SimpleDurableTopicTest.*</exclude> <exclude>**/perf/SimpleDurableTopicTest.*</exclude>
<!-- These tests run too slow to execute as part of the unit tests --> <!-- These tests run too slow to execute as part of the unit tests -->