-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.49..v0.2.50 changeset OsmPgCsvWriterTest.cpp
Garret Voltz edited this page Nov 6, 2019
·
1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/io/OsmPgCsvWriterTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/io/OsmPgCsvWriterTest.cpp
index 369e346..836470d 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/io/OsmPgCsvWriterTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/io/OsmPgCsvWriterTest.cpp
@@ -69,15 +69,15 @@ public:
writer.close();
// Check the results
- HOOT_FILE_EQUALS( _inputPath + "runBasic-nodes.pgcsv",
+ HOOT_FILE_EQUALS(_inputPath + "runBasic-nodes.pgcsv",
_outputPath + "runBasic-nodes.pgcsv");
- HOOT_FILE_EQUALS( _inputPath + "runBasic-ways.pgcsv",
+ HOOT_FILE_EQUALS(_inputPath + "runBasic-ways.pgcsv",
_outputPath + "runBasic-ways.pgcsv");
- HOOT_FILE_EQUALS( _inputPath + "runBasic-waynodes.pgcsv",
+ HOOT_FILE_EQUALS(_inputPath + "runBasic-waynodes.pgcsv",
_outputPath + "runBasic-waynodes.pgcsv");
- HOOT_FILE_EQUALS( _inputPath + "runBasic-relations.pgcsv",
+ HOOT_FILE_EQUALS(_inputPath + "runBasic-relations.pgcsv",
_outputPath + "runBasic-relations.pgcsv");
- HOOT_FILE_EQUALS( _inputPath + "runBasic-relationmembers.pgcsv",
+ HOOT_FILE_EQUALS(_inputPath + "runBasic-relationmembers.pgcsv",
_outputPath + "runBasic-relationmembers.pgcsv");
}