mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-23 03:48:13 +00:00
8026405: javax/xml/ws/clientjar/TestWsImport.java failing on JDK 8 nightly aurora test runs
Reviewed-by: chegar
This commit is contained in:
parent
403003d3be
commit
d4ba44bc9d
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8016271
|
||||
* @bug 8016271 8026405
|
||||
* @summary wsimport -clientjar does not create portable jar on windows due to hardcoded '\'
|
||||
* @run main/othervm TestWsImport
|
||||
*/
|
||||
@ -77,14 +77,14 @@ public class TestWsImport {
|
||||
String address = "http://localhost:" + port + "/hello";
|
||||
|
||||
Service service = Service.create(new URL(address + "?wsdl"),
|
||||
new QName("http://test/jaxws/sample/",
|
||||
"TestService"));
|
||||
new QName("http://test/jaxws/sample/", "TestService"));
|
||||
|
||||
String[] wsargs = {
|
||||
wsimport,
|
||||
"-p",
|
||||
"wstest",
|
||||
"-J-Djavax.xml.accessExternalSchema=all",
|
||||
"-J-Dcom.sun.tools.internal.ws.Invoker.noSystemProxies=true",
|
||||
address + "?wsdl",
|
||||
"-clientjar",
|
||||
"wsjar.jar"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user