Author: thomas.diesler(a)jboss.com
Date: 2008-04-21 09:06:27 -0400 (Mon, 21 Apr 2008)
New Revision: 6570
Modified:
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestService.wsdl
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestServiceCatalog.wsdl
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestServiceSoap12.wsdl
Log:
Restore tools tests
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
12:35:36 UTC (rev 6569)
+++
framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/smoke/tools/ScriptTestCase.java 2008-04-21
13:06:27 UTC (rev 6570)
@@ -54,7 +54,7 @@
super.setUp();
JBOSS_HOME = System.getProperty("jboss.home");
- TEST_EXEC_DIR = System.getProperty(".execution.dir");
+ TEST_EXEC_DIR = System.getProperty("test.execution.dir");
JDK_HOME = System.getProperty("jdk.home");
OS = System.getProperty("os.name").toLowerCase();
}
@@ -106,7 +106,7 @@
{
// be verbose
System.out.println("cmd: " + command);
- System.out.println(" execution dir: " + TEST_EXEC_DIR);
+ System.out.println("test execution dir: " + TEST_EXEC_DIR);
Process p = Runtime.getRuntime().exec(command, new String[] {
"JBOSS_HOME=" + JBOSS_HOME, "JAVA_HOME=" + JDK_HOME });
return p;
Modified:
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestService.wsdl
===================================================================
---
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestService.wsdl 2008-04-21
12:35:36 UTC (rev 6569)
+++
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestService.wsdl 2008-04-21
13:06:27 UTC (rev 6570)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<definitions name="EndpointService"
+<definitions name="TestService"
targetNamespace="http://www.openuri.org/2004/04/HelloWorld"
xmlns:tns="http://www.openuri.org/2004/04/HelloWorld"
xmlns="http://schemas.xmlsoap.org/wsdl/"
@@ -31,7 +31,7 @@
</output>
</operation>
</binding>
- <service name="EndpointService">
+ <service name="TestService">
<port name="EndpointInterfacePort"
binding="tns:EndpointInterfaceBinding">
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
</port>
Modified:
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestServiceCatalog.wsdl
===================================================================
---
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestServiceCatalog.wsdl 2008-04-21
12:35:36 UTC (rev 6569)
+++
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestServiceCatalog.wsdl 2008-04-21
13:06:27 UTC (rev 6570)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<definitions name="EndpointService"
+<definitions name="TestService"
targetNamespace="http://www.openuri.org/2004/04/HelloWorld"
xmlns:tns="http://www.openuri.org/2004/04/HelloWorld"
xmlns="http://schemas.xmlsoap.org/wsdl/"
@@ -32,7 +32,7 @@
</output>
</operation>
</binding>
- <service name="EndpointService">
+ <service name="TestService">
<port name="EndpointInterfacePort"
binding="tns:EndpointInterfaceBinding">
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
</port>
Modified:
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestServiceSoap12.wsdl
===================================================================
---
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestServiceSoap12.wsdl 2008-04-21
12:35:36 UTC (rev 6569)
+++
framework/trunk/testsuite/test/resources/jaxws/smoke/tools/wsdl/TestServiceSoap12.wsdl 2008-04-21
13:06:27 UTC (rev 6570)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<definitions name="EndpointService"
+<definitions name="TestService"
targetNamespace="http://www.openuri.org/2004/04/HelloWorld"
xmlns:tns="http://www.openuri.org/2004/04/HelloWorld"
xmlns="http://schemas.xmlsoap.org/wsdl/"
@@ -31,7 +31,7 @@
</output>
</operation>
</binding>
- <service name="EndpointService">
+ <service name="TestService">
<port name="EndpointInterfacePort"
binding="tns:EndpointInterfaceBinding">
<soap12:address location="REPLACE_WITH_ACTUAL_URL"/>
</port>