[testedby-commit] [testedby] r191 committed - Fix failures in integration-test runs due to wrong inclusion of tests ...

0 views
Skip to first unread message

test...@googlecode.com

unread,
May 8, 2010, 5:11:18 AM5/8/10
to testedb...@googlegroups.com
Revision: 191
Author: alessio.soldano
Date: Sat May 8 02:11:00 2010
Log: Fix failures in integration-test runs due to wrong inclusion of tests
for surefire plugin

http://code.google.com/p/testedby/source/detail?r=191

Modified:
/trunk/pom.xml

=======================================
--- /trunk/pom.xml Tue Apr 20 00:15:08 2010
+++ /trunk/pom.xml Sat May 8 02:11:00 2010
@@ -66,9 +66,9 @@
</goals>
<configuration>
<skip>false</skip>
- <excludes>
- <exclude>**/testsupport/**</exclude>
- </excludes>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
</configuration>
</execution>
</executions>

--
You received this message because you are subscribed to the Google Groups "testedby-commit" group.
To post to this group, send email to testedb...@googlegroups.com.
To unsubscribe from this group, send email to testedby-comm...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testedby-commit?hl=en.

Reply all
Reply to author
Forward
0 new messages