Simply path.

This commit is contained in:
Diomidis Spinellis 2005-11-15 09:18:17 +00:00
parent 6c34360410
commit f287c29a14
2 changed files with 6 additions and 6 deletions

View File

@ -28,11 +28,11 @@ import java.util.List;
public class BasicTest {
static String testSourceFolder = "test/data/simple/java";
static String testSourceFolder = "testdata/java";
static String testDestFolder = "test/data/simple/dot-out";
static String testDestFolder = "testdata/dot-out";
static String testRefFolder = "test/data/simple/dot-ref";
static String testRefFolder = "testdata/dot-ref";
static PrintWriter pw = new PrintWriter(System.out);

View File

@ -28,11 +28,11 @@ import java.util.List;
public class BasicTest {
static String testSourceFolder = "test/data/simple/java";
static String testSourceFolder = "testdata/java";
static String testDestFolder = "test/data/simple/dot-out";
static String testDestFolder = "testdata/dot-out";
static String testRefFolder = "test/data/simple/dot-ref";
static String testRefFolder = "testdata/dot-ref";
static PrintWriter pw = new PrintWriter(System.out);