Browse Source

Oops.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@600529 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_95beta
Jeremias Maerki 16 years ago
parent
commit
2133132958
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      test/java/org/apache/fop/memory/MemoryEater.java

+ 0
- 2
test/java/org/apache/fop/memory/MemoryEater.java View 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 {

Loading…
Cancel
Save