--- old/test/javax/xml/jaxp/functional/org/xml/sax/ptests/AttrImplTest.java 2014-12-31 11:40:17.399051515 -0800 +++ new/test/javax/xml/jaxp/functional/org/xml/sax/ptests/AttrImplTest.java 2014-12-31 11:40:17.323051397 -0800 @@ -22,6 +22,7 @@ */ package org.xml.sax.ptests; +import jaxp.library.JAXPBaseTest; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertNull; import org.testng.annotations.Test; @@ -30,7 +31,7 @@ /** * Class containing the test cases for AttributesImpl API. */ -public class AttrImplTest { +public class AttrImplTest extends JAXPBaseTest { private static final String CAR_URI = "http://www.cars.com/xml"; private static final String CAR_LOCALNAME = "part";