Skip to content

v0.2.54..v0.2.55 changeset ConflateDriverTest.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-hadoop/src/test/cpp/hoot/hadoop/conflate/ConflateDriverTest.cpp b/hoot-hadoop/src/test/cpp/hoot/hadoop/conflate/ConflateDriverTest.cpp
index 02c666d..49eb480 100644
--- a/hoot-hadoop/src/test/cpp/hoot/hadoop/conflate/ConflateDriverTest.cpp
+++ b/hoot-hadoop/src/test/cpp/hoot/hadoop/conflate/ConflateDriverTest.cpp
@@ -67,7 +67,7 @@ public:
       fs.mkdirs(outDir + "input.pbf");
       //fs.copyFromLocal("test-files/hadoop/conflate/ConflateDriverTest/input.pbf",
       //                 outDir + "input.pbf/input.pbf");
-      fs.copyFromLocal("test-files/ToyTestCombined.pbf", outDir + "input.pbf/ToyTestCombined.pbf");
+      fs.copyFromLocal("test-files/ToyTestCombined.osm.pbf", outDir + "input.pbf/ToyTestCombined.osm.pbf");
       fs.copyFromLocal("test-files/hadoop/conflate/ConflateDriverTest/input1.stats",
                        outDir + "input.pbf/input1.stats");
       fs.copyFromLocal("test-files/hadoop/conflate/ConflateDriverTest/input2.stats",
Clone this wiki locally