提交 91781e1e 编写于 作者: C coffeys

8026405: javax/xml/ws/clientjar/TestWsImport.java failing on JDK 8 nightly aurora test runs

Reviewed-by: chegar
上级 de2ccf61
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 8016271 * @bug 8016271 8026405
* @summary wsimport -clientjar does not create portable jar on windows due to hardcoded '\' * @summary wsimport -clientjar does not create portable jar on windows due to hardcoded '\'
* @run main/othervm TestWsImport * @run main/othervm TestWsImport
*/ */
...@@ -77,14 +77,14 @@ public class TestWsImport { ...@@ -77,14 +77,14 @@ public class TestWsImport {
String address = "http://localhost:" + port + "/hello"; String address = "http://localhost:" + port + "/hello";
Service service = Service.create(new URL(address + "?wsdl"), Service service = Service.create(new URL(address + "?wsdl"),
new QName("http://test/jaxws/sample/", new QName("http://test/jaxws/sample/", "TestService"));
"TestService"));
String[] wsargs = { String[] wsargs = {
wsimport, wsimport,
"-p", "-p",
"wstest", "wstest",
"-J-Djavax.xml.accessExternalSchema=all", "-J-Djavax.xml.accessExternalSchema=all",
"-J-Dcom.sun.tools.internal.ws.Invoker.noSystemProxies=true",
address + "?wsdl", address + "?wsdl",
"-clientjar", "-clientjar",
"wsjar.jar" "wsjar.jar"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册