< prev index next >

jdk/test/javax/xml/ws/xsanymixed/Test.java

Print this page

        

*** 26,37 **** * @bug 8036981 8038966 8051441 * @summary the content of xs:any content:mixed should remain as is, * no white space changes and no changes to namespace prefixes * @modules java.xml.ws * @run shell compile-wsdl.sh ! * @compile -addmods java.xml.ws Test.java ! * @run main/othervm -addmods java.xml.ws Test */ import com.sun.net.httpserver.HttpServer; import javax.xml.transform.Source; --- 26,36 ---- * @bug 8036981 8038966 8051441 * @summary the content of xs:any content:mixed should remain as is, * no white space changes and no changes to namespace prefixes * @modules java.xml.ws * @run shell compile-wsdl.sh ! * @run main/othervm Test */ import com.sun.net.httpserver.HttpServer; import javax.xml.transform.Source;
< prev index next >