Browse Source

Reverted revisions 740669 and 740673. Problem was not there but caused by the particular Xalan-J version in use.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@740688 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Jeremias Maerki 15 years ago
parent
commit
10a61b4129
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      test/java/org/apache/fop/AbstractFOPTestCase.java

+ 0
- 2
test/java/org/apache/fop/AbstractFOPTestCase.java View File

@@ -42,8 +42,6 @@ public abstract class AbstractFOPTestCase extends TestCase {
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(".");

Loading…
Cancel
Save