Revision: 5852
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5852&view=rev
Author: manningr
Date: 2010-08-29 21:21:58 +0000 (Sun, 29 Aug 2010)
Log Message:
-----------
Application tests aren't safe to run in parallel due to the global ApplicationArguments.
Modified Paths:
--------------
trunk/sql12/app/pom.xml
Modified: trunk/sql12/app/pom.xml
===================================================================
--- trunk/sql12/app/pom.xml 2010-08-29 21:04:53 UTC (rev 5851)
+++ trunk/sql12/app/pom.xml 2010-08-29 21:21:58 UTC (rev 5852)
@@ -137,8 +137,6 @@
<version>${surefire-plugin-version}</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
- <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.
|