8067237: [TESTBUG] javax/xml/ws/xsanymixed/Test.java failed on compilation
Reviewed-by: lancea
--- a/jdk/test/javax/xml/ws/xsanymixed/compile-wsdl.sh Tue Dec 27 09:44:54 2016 +0100
+++ b/jdk/test/javax/xml/ws/xsanymixed/compile-wsdl.sh Fri Dec 30 13:02:23 2016 +0300
@@ -1,7 +1,7 @@
#! /bin/sh
#
-# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -25,12 +25,12 @@
#
-if [ "x$TESTJAVA" = x ]; then
- TESTJAVA=$1; shift
+if [ "x$COMPILEJAVA" = x ]; then
+ COMPILEJAVA=$1; shift
TESTCLASSES=.
fi
echo "compiling [test-service.wsdl] wsdl ..."
-$TESTJAVA/bin/wsimport -keep -d ${TESTCLASSES} ${TESTSRC}/service.wsdl
+$COMPILEJAVA/bin/wsimport -keep -d ${TESTCLASSES} ${TESTSRC}/service.wsdl
echo "WSDL compiled. Main test class Test.java can be compiled now."