From 1318ecb38a3695dba4329b0106015178cc46fd84 Mon Sep 17 00:00:00 2001 From: ?? ? <ulysseskao@ximple.com.tw> Date: Wed, 19 Mar 2008 19:49:01 +0800 Subject: [PATCH] update for EOFM-17 --- ximple-spatialjob/pom.xml | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/ximple-spatialjob/pom.xml b/ximple-spatialjob/pom.xml index f4e83fa..4aaa03e 100644 --- a/ximple-spatialjob/pom.xml +++ b/ximple-spatialjob/pom.xml @@ -569,8 +569,7 @@ <exclude>${online.skip.pattern}</exclude> <exclude>${stress.skip.pattern}</exclude> </excludes> - <argLine>-Xmx${test.maxHeapSize} -Dorg.geotools.test.extensive=${extensive.tests} - -Dorg.geotools.test.interactive=${interactive.tests} -Djava.awt.headless=${java.awt.headless} + <argLine>-Xmx${test.maxHeapSize} -Djava.awt.headless=${java.awt.headless} </argLine> <!-- Ignores test failure only if we are generating a --> <!-- report for publication on the web site. See the --> @@ -578,10 +577,6 @@ <testFailureIgnore> ${allow.test.failure.ignore} </testFailureIgnore> - - <!-- The two following options have the opposite value of what we would - like. They are that way because they don't seem to work as expected - with Surefire 2.3. TODO: Try again when Surefire 2.4 will be available. --> <!-- Option to print summary of test suites or just print the test cases that has errors. --> <printSummary>true</printSummary> -- Gitblit v0.0.0-SNAPSHOT