< prev index next >

test/javax/xml/jaxp/unittest/sax/XMLReaderTest.java

Print this page

        

@@ -24,19 +24,24 @@
 package sax;
 
 
 import javax.xml.parsers.ParserConfigurationException;
 import javax.xml.parsers.SAXParserFactory;
+
+import jaxp.library.JAXPTestUtilities;
+
 import org.testng.annotations.AfterClass;
+import org.testng.annotations.Listeners;
 import org.testng.annotations.Test;
 import org.xml.sax.SAXException;
 import org.xml.sax.helpers.XMLReaderAdapter;
 
 /*
  * @bug 8158246
  * @summary This class contains tests that cover the creation of XMLReader.
  */
+@Listeners({jaxp.library.BasePolicy.class})
 public class XMLReaderTest {
     private final String SAX_PROPNAME = "org.xml.sax.driver";
 
     /*
      * Clean up after test
< prev index next >