--- old/test/javax/xml/jaxp/libs/org/xml/sax/ptests/SAXTestConst.java 2014-12-31 11:40:26.140065103 -0800 +++ new/test/javax/xml/jaxp/libs/org/xml/sax/ptests/SAXTestConst.java 2014-12-31 11:40:26.065064986 -0800 @@ -23,7 +23,6 @@ package org.xml.sax.ptests; import static jaxp.library.JAXPTestUtilities.FILE_SEP; -import static jaxp.library.JAXPTestUtilities.USER_DIR; /** * This is the Base test class provide basic support for JAXP SAX functional @@ -47,7 +46,7 @@ * Test base directory. Every package has its own test package directory. */ public static final String BASE_DIR - = System.getProperty("test.src", USER_DIR).replaceAll("\\" + System.getProperty("file.separator"), "/") + = System.getProperty("test.src").replaceAll("\\" + System.getProperty("file.separator"), "/") + PACKAGE_NAME + FILE_SEP + ".."; /**