X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fio%2FFileSystemUtils.java;fp=support%2Ftest%2Forg%2Fwamblee%2Fio%2FFileSystemUtils.java;h=99a8d2e7835b1b3d50e900455f666e0eb6b5b6a4;hb=62f165891f08ae532b5a794af11d7338a93f9a43;hp=34ab13af6cf3c2728130bf724296e43b9064c4cf;hpb=07cedd3f0730646ea35a7f668b3e1e872a4605d9;p=utils diff --git a/support/test/org/wamblee/io/FileSystemUtils.java b/support/src/test/java/org/wamblee/io/FileSystemUtils.java similarity index 98% rename from support/test/org/wamblee/io/FileSystemUtils.java rename to support/src/test/java/org/wamblee/io/FileSystemUtils.java index 34ab13af..99a8d2e7 100644 --- a/support/test/org/wamblee/io/FileSystemUtils.java +++ b/support/src/test/java/org/wamblee/io/FileSystemUtils.java @@ -38,12 +38,12 @@ 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. */ - private static final String TEST_INPUT_DIR = "../resources/test"; + private static final String TEST_INPUT_DIR = "../src/test/resources"; /* * Disabled.