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: [email protected]
For additional commands, e-mail: [email protected]