Revision: 5741
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5741&view=rev
Author: manningr
Date: 2010-07-18 18:54:24 +0000 (Sun, 18 Jul 2010)
Log Message:
-----------
Removed unnecessary test exclusion and removed parallel test execution as it (for some unknown reason) causes no tests to be run.
Modified Paths:
--------------
trunk/mavenize/fw-pom.xml
Modified: trunk/mavenize/fw-pom.xml
===================================================================
--- trunk/mavenize/fw-pom.xml 2010-07-18 16:08:06 UTC (rev 5740)
+++ trunk/mavenize/fw-pom.xml 2010-07-18 18:54:24 UTC (rev 5741)
@@ -222,11 +222,10 @@
<version>${surefire-plugin-version}</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
- <excludes>
- <exclude>**/*ExternalTest.java</exclude>
- </excludes>
- <parallel>${surefire-parallel-type}</parallel>
- <threadCount>${surefire-thread-count}</threadCount>
+ <!-- This is temporarily disabled because it prevents any tests from running for some
+ unknown reason -->
+<!-- <parallel>${surefire-parallel-type}</parallel>-->
+<!-- <threadCount>${surefire-thread-count}</threadCount>-->
</configuration>
</plugin>
<plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|