--- old/test/javax/xml/jaxp/unittest/validation/tck/Bug6964720Test.java 2016-07-18 00:52:41.213130271 -0700 +++ new/test/javax/xml/jaxp/unittest/validation/tck/Bug6964720Test.java 2016-07-18 00:52:41.092130271 -0700 @@ -29,6 +29,7 @@ import javax.xml.validation.SchemaFactory; import org.testng.Assert; +import org.testng.annotations.Listeners; import org.testng.annotations.Test; import org.xml.sax.SAXException; @@ -36,6 +37,7 @@ * @bug 6964720 * @summary Test Schema doesn't allow the inexpressible union of two attribute wildcards. */ +@Listeners({jaxp.library.FilePolicy.class}) public class Bug6964720Test { 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";