< prev index next >

test/javax/xml/jaxp/unittest/validation/tck/Bug6977201Test.java

Print this page

        

*** 28,43 **** --- 28,45 ---- import javax.xml.validation.Schema; import javax.xml.validation.SchemaFactory; import javax.xml.validation.Validator; import org.testng.Assert; + import org.testng.annotations.Listeners; import org.testng.annotations.Test; /* * @bug 6977201 * @summary Test Validator interprets regex "" correctly. */ + @Listeners({jaxp.library.FilePolicy.class}) public class Bug6977201Test { static final String SCHEMA_LANGUAGE = "http://java.sun.com/xml/jaxp/properties/schemaLanguage"; static final String SCHEMA_SOURCE = "http://java.sun.com/xml/jaxp/properties/schemaSource"; SchemaFactory schemaFactory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);
< prev index next >