< prev index next >

test/javax/xml/jaxp/libs/javax/xml/transform/ptests/TransformerTestConst.java

Print this page

        

@@ -21,11 +21,10 @@
  * questions.
  */
 package javax.xml.transform.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 functional test
  */
 public class TransformerTestConst {

@@ -43,11 +42,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 >