--- old/test/javax/xml/jaxp/libs/javax/xml/transform/ptests/TransformerTestConst.java 2014-12-31 11:40:25.083063459 -0800 +++ new/test/javax/xml/jaxp/libs/javax/xml/transform/ptests/TransformerTestConst.java 2014-12-31 11:40:25.005063338 -0800 @@ -23,7 +23,6 @@ package javax.xml.transform.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 functional test @@ -45,7 +44,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 + ".."; /**