< prev index next >

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

Print this page

        

*** 29,45 **** --- 29,47 ---- import javax.xml.transform.stream.StreamSource; import javax.xml.validation.Schema; import javax.xml.validation.SchemaFactory; import org.testng.Assert; + import org.testng.annotations.Listeners; import org.testng.annotations.Test; import org.xml.sax.SAXException; /* * @bug 6967214 * @summary Test Schema doesn't allow unpaired parenthesises in regex. */ + @Listeners({jaxp.library.FilePolicy.class}) public class Bug6967214Test { 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"; @Test
< prev index next >