]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Oops.
authorJeremias Maerki <jeremias@apache.org>
Mon, 3 Dec 2007 13:32:04 +0000 (13:32 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 3 Dec 2007 13:32:04 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@600529 13f79535-47bb-0310-9956-ffa450edef68

test/java/org/apache/fop/memory/MemoryEater.java

index ae51f2c27957156aeeb8170588c5633da752ca1c..555ddf19c280021f6506e29ddd8823a43e286ad8 100644 (file)
@@ -54,8 +54,6 @@ public class MemoryEater {
         File xsltFile = new File("test/xsl/fo-replicator.xsl");
         Source xslt = new StreamSource(xsltFile);
         replicatorTemplates = tFactory.newTemplates(xslt);
-        
-        fopFactory.setBaseURL("C:/Dev/FOP/testing/xslt-1.0-book");
     }
     
     private void eatMemory(File foFile, int replicatorRepeats) throws Exception {