Skip to content

Commit 3f258e2

Browse files
committed
1 parent c318530 commit 3f258e2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/test/java/difflib/TestConstants.java

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,11 @@ private TestConstants() {
1414
// prevent construction.
1515
}
1616

17-
/**
18-
* File separator.
19-
*/
20-
public static final String FS = File.separator;
21-
22-
/**
23-
* The base resource path.
24-
*/
25-
public static final String BASE_FOLDER_RESOURCES = "src" + FS + "test" + FS + "resources";
17+
public static final String BASE_FOLDER_RESOURCES = "target/test-classes/";
2618

2719
/**
2820
* The base folder containing the test files. Ends with {@link #FS}.
2921
*/
30-
public static final String MOCK_FOLDER = BASE_FOLDER_RESOURCES + FS + "mocks" + FS;
22+
public static final String MOCK_FOLDER = BASE_FOLDER_RESOURCES + "/mocks/";
3123

3224
}

0 commit comments

Comments
 (0)