< prev index next >

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

Print this page

        

@@ -21,11 +21,10 @@
  * 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.

@@ -45,11 +44,11 @@
 
     /**
      * 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 + "..";
 
     /**
      * Source XML file directory.
      */
< prev index next >