From: erik Date: Fri, 1 Sep 2006 21:55:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.2@603~342 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=558ff26140c9b37f6a89c8ae54c330874ea49ab7;p=utils --- diff --git a/branches/TO_MAVEN/support/src/test/java/org/wamblee/io/FileSystemUtils.java b/branches/TO_MAVEN/support/src/test/java/org/wamblee/io/FileSystemUtils.java index 8b485b72..99a8d2e7 100644 --- a/branches/TO_MAVEN/support/src/test/java/org/wamblee/io/FileSystemUtils.java +++ b/branches/TO_MAVEN/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.