< prev index next >

jdk/test/javax/xml/bind/marshal/8134111/UnmarshalTest.java

Print this page

        

*** 24,36 **** /** * @test * @bug 8134111 * @summary test that elements without namespace is ignored by unmarshaller * when elementFormDefault is set to QUALIFIED. - * @compile testTypes/package-info.java testTypes/Root.java - * testTypes/WhenType.java testTypes/ObjectFactory.java * @modules java.xml.bind * @run testng/othervm UnmarshalTest */ import java.io.StringReader; import javax.xml.bind.JAXBContext; --- 24,37 ---- /** * @test * @bug 8134111 * @summary test that elements without namespace is ignored by unmarshaller * when elementFormDefault is set to QUALIFIED. * @modules java.xml.bind + * @compile UnmarshalTest.java + * testTypes/package-info.java testTypes/Root.java + * testTypes/WhenType.java testTypes/ObjectFactory.java * @run testng/othervm UnmarshalTest */ import java.io.StringReader; import javax.xml.bind.JAXBContext;
< prev index next >