From: erik Date: Fri, 1 Sep 2006 21:55:40 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=1e730d63c8281ade1e7a19ca7272160adcd4c3b2;p=utils --- diff --git a/support/src/test/java/org/wamblee/io/FileSystemUtils.java b/support/src/test/java/org/wamblee/io/FileSystemUtils.java index 8b485b72..99a8d2e7 100644 --- a/support/src/test/java/org/wamblee/io/FileSystemUtils.java +++ b/support/src/test/java/org/wamblee/io/FileSystemUtils.java @@ -38,7 +38,7 @@ public final class FileSystemUtils { /** * Test output directory relative to the sub project. */ - private static final String TEST_OUTPUT_DIR = "resources/testoutput"; + private static final String TEST_OUTPUT_DIR = "../target/testoutput"; /** * Test input directory relative to the sub project.