[jbossws-commits] JBossWS SVN: r6580 - in framework/trunk/testsuite/test: java/org/jboss/test/ws/jaxws/smoke/tools and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 21 11:24:55 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-21 11:24:55 -0400 (Mon, 21 Apr 2008)
New Revision: 6580

Modified:
   framework/trunk/testsuite/test/ant-import/build-testsuite.xml
   framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java
Log:
Remove tests.execution.dir

Modified: framework/trunk/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-testsuite.xml	2008-04-21 15:06:31 UTC (rev 6579)
+++ framework/trunk/testsuite/test/ant-import/build-testsuite.xml	2008-04-21 15:24:55 UTC (rev 6580)
@@ -397,7 +397,6 @@
       <jvmarg value="-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true"/-->
       
       <sysproperty key="jdk.home" value="${env.JAVA_HOME}"/>
-      <sysproperty key="test.execution.dir" value="${tests.output.dir}"/>
       <sysproperty key="build.testlog" value="${tests.output.dir}/test-log"/>
       <sysproperty key="client.scenario" value="${client.scenario}"/>
       <sysproperty key="interop" value="${interop}"/>
@@ -446,7 +445,6 @@
       <jvmarg value="-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true"/-->
       
       <sysproperty key="jdk.home" value="${env.JAVA_HOME}"/>
-      <sysproperty key="test.execution.dir" value="${tests.output.dir}"/>
       <sysproperty key="build.testlog" value="${tests.output.dir}/test-log"/>
       <sysproperty key="client.scenario" value="${client.scenario}"/>
       <sysproperty key="interop" value="${interop}"/>

Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java	2008-04-21 15:06:31 UTC (rev 6579)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java	2008-04-21 15:24:55 UTC (rev 6580)
@@ -54,7 +54,7 @@
       super.setUp();
 
       JBOSS_HOME = System.getProperty("jboss.home");
-      TEST_EXEC_DIR = System.getProperty("test.execution.dir");
+      TEST_EXEC_DIR = new File(".").getCanonicalPath();
       JDK_HOME = System.getProperty("jdk.home");
       OS = System.getProperty("os.name").toLowerCase();
    }




More information about the jbossws-commits mailing list