File tree Expand file tree Collapse file tree
src/test/java/org/apache/datasketches/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050# Build artifacts
5151target /
52- target2 /
52+ serialization_test_data /
5353out /
5454build /
5555jarsIn /
Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ public final class TestUtil {
5252 /**
5353 * The full target Path for Java serialized sketches to be tested by other languages.
5454 */
55- public static final Path javaPath = createPath ("target2 /java_generated_files" );
55+ public static final Path javaPath = createPath ("serialization_test_data /java_generated_files" );
5656
5757 /**
5858 * The full target Path for C++ serialized sketches to be tested by Java.
5959 */
60- public static final Path cppPath = createPath ("target2 /cpp_generated_files" );
60+ public static final Path cppPath = createPath ("serialization_test_data /cpp_generated_files" );
6161
6262 private static Path createPath (final String projectLocalDir ) {
6363 try {
You can’t perform that action at this time.
0 commit comments