--- old/test/javax/xml/jaxp/libs/javax/xml/xpath/ptests/XPathTestConst.java 2014-12-31 11:40:25.437064010 -0800 +++ new/test/javax/xml/jaxp/libs/javax/xml/xpath/ptests/XPathTestConst.java 2014-12-31 11:40:25.361063892 -0800 @@ -23,7 +23,6 @@ package javax.xml.xpath.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 XPath functional test @@ -39,7 +38,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 + ".."; /**