You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2009/02/04 11:47:19 UTC

svn commit: r740688 - /xmlgraphics/fop/trunk/test/java/org/apache/fop/AbstractFOPTestCase.java

Author: jeremias
Date: Wed Feb  4 10:47:19 2009
New Revision: 740688

URL: http://svn.apache.org/viewvc?rev=740688&view=rev
Log:
Reverted revisions 740669 and 740673. Problem was not there but caused by the particular Xalan-J version in use.

Modified:
    xmlgraphics/fop/trunk/test/java/org/apache/fop/AbstractFOPTestCase.java

Modified: xmlgraphics/fop/trunk/test/java/org/apache/fop/AbstractFOPTestCase.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/java/org/apache/fop/AbstractFOPTestCase.java?rev=740688&r1=740687&r2=740688&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/java/org/apache/fop/AbstractFOPTestCase.java (original)
+++ xmlgraphics/fop/trunk/test/java/org/apache/fop/AbstractFOPTestCase.java Wed Feb  4 10:47:19 2009
@@ -42,8 +42,6 @@
     protected File getBaseDir() {
         String basedir = System.getProperty("basedir");
         if (basedir != null) {
-            //Under Java 1.4 the path may contain spaces as %20
-            basedir = basedir.replaceAll("%20", " ");
             return new File(basedir);
         } else {
             return new File(".");



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org