< prev index next >

test/javax/xml/jaxp/libs/org/xml/sax/ptests/SAXTestConst.java

Print this page

        

*** 21,31 **** * questions. */ package org.xml.sax.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 SAX functional * test. These are JAXP SAX functional related properties that every test suite * has their own TestBase class. --- 21,30 ----
*** 45,55 **** /** * 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. */ --- 44,54 ---- /** * 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 >