--- old/test/javax/xml/jaxp/libs/test/auctionportal/HiBidConstants.java 2014-12-31 11:40:26.526065703 -0800 +++ new/test/javax/xml/jaxp/libs/test/auctionportal/HiBidConstants.java 2014-12-31 11:40:26.446065578 -0800 @@ -23,7 +23,6 @@ package test.auctionportal; import static jaxp.library.JAXPTestUtilities.FILE_SEP; -import static jaxp.library.JAXPTestUtilities.USER_DIR; /** * This is the Base test class provide basic support for Auction portal test. @@ -45,7 +44,7 @@ /** * Java source directory. */ - public static final String SRC_DIR = System.getProperty("test.src", USER_DIR) + public static final String SRC_DIR = System.getProperty("test.src") .replaceAll("\\" + System.getProperty("file.separator"), "/") + PACKAGE_NAME + FILE_SEP;