]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Avoid test failure if the backup directory is not available, yet.
authorJeremias Maerki <jeremias@apache.org>
Mon, 1 Sep 2008 08:12:43 +0000 (08:12 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 1 Sep 2008 08:12:43 +0000 (08:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@690903 13f79535-47bb-0310-9956-ffa450edef68

test/java/org/apache/fop/URIResolutionTestCase.java

index 8b8b42ad6bb5e25df6ac41063c7e6d2ebec02c56..fd4f879dac0da16ff6a8e865e2275138c957414c 100644 (file)
@@ -66,6 +66,7 @@ public class URIResolutionTestCase extends AbstractFOPTestCase {
     /** @see junit.framework.TestCase#TestCase(String) */
     public URIResolutionTestCase(String name) {
         super(name);
+        backupDir.mkdirs();
     }
 
     /**