< prev index next >

test/javax/xml/jaxp/unittest/validation/SchemaTest.java

Print this page

        

@@ -26,16 +26,18 @@
 import java.io.File;
 
 import javax.xml.XMLConstants;
 import javax.xml.validation.SchemaFactory;
 
+import org.testng.annotations.Listeners;
 import org.testng.annotations.Test;
 
 /*
  * @summary Test Schema creation
  * @bug 8149915
  */
+@Listeners({jaxp.library.FilePolicy.class})
 public class SchemaTest {
 
     /*
      * @bug 8149915
      * Verifies that the annotation validator is initialized with the security manager for schema
< prev index next >