< prev index next >

test/javax/xml/jaxp/functional/org/xml/sax/ptests/NSSupportTest.java

Print this page

        

@@ -21,19 +21,20 @@
  * questions.
  */
 package org.xml.sax.ptests;
 
 import java.util.Enumeration;
+import jaxp.library.JAXPBaseTest;
 import static org.testng.Assert.assertEquals;
 import static org.testng.Assert.assertNull;
 import org.testng.annotations.Test;
 import org.xml.sax.helpers.NamespaceSupport;
 
 /**
  * Unit test cases for NamespaceSupport API
  */
-public class NSSupportTest {
+public class NSSupportTest extends JAXPBaseTest {
     /**
      * Empty prefix name.
      */
     private final static String EMPTY_PREFIX = "";
 
< prev index next >