< prev index next >

test/javax/xml/jaxp/libs/javax/xml/xpath/ptests/XPathTestConst.java

Print this page

        

*** 21,31 **** * questions. */ 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 */ public class XPathTestConst { --- 21,30 ----
*** 37,47 **** /** * 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"), "/") + PACKAGE_NAME + FILE_SEP + ".."; /** * Source XML file directory. */ --- 36,46 ---- /** * Test base directory. Every package has its own test package directory. */ public static final String BASE_DIR ! = System.getProperty("test.src").replaceAll("\\" + System.getProperty("file.separator"), "/") + PACKAGE_NAME + FILE_SEP + ".."; /** * Source XML file directory. */
< prev index next >