< prev index next >

test/javax/xml/jaxp/libs/test/auctionportal/HiBidConstants.java

Print this page

        

*** 21,31 **** * questions. */ 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. */ public class HiBidConstants { --- 21,30 ----
*** 43,53 **** /** * Java source directory. */ ! public static final String SRC_DIR = System.getProperty("test.src", USER_DIR) .replaceAll("\\" + System.getProperty("file.separator"), "/") + PACKAGE_NAME + FILE_SEP; /** * Source XML file directory. --- 42,52 ---- /** * Java source directory. */ ! public static final String SRC_DIR = System.getProperty("test.src") .replaceAll("\\" + System.getProperty("file.separator"), "/") + PACKAGE_NAME + FILE_SEP; /** * Source XML file directory.
< prev index next >