Skip to content

v0.2.54..v0.2.55 changeset RelationWithMostMembersOpTest.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/ops/RelationWithMostMembersOpTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/ops/RelationWithMostMembersOpTest.cpp
index 4b5d2fe..2a7262a 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/ops/RelationWithMostMembersOpTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/ops/RelationWithMostMembersOpTest.cpp
@@ -22,15 +22,16 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 // Hoot
-#include <hoot/core/elements/OsmMap.h>
 #include <hoot/core/TestUtils.h>
+#include <hoot/core/elements/OsmMap.h>
 #include <hoot/core/io/OsmXmlReader.h>
 #include <hoot/core/io/OsmXmlWriter.h>
 #include <hoot/core/ops/RelationWithMostMembersOp.h>
+#include <hoot/core/util/FileUtils.h>
 #include <hoot/core/util/Log.h>
 #include <hoot/core/util/MapProjector.h>
 
@@ -57,7 +58,7 @@ public:
   RelationWithMostMembersOpTest()
   {
     setResetType(ResetBasic);
-    TestUtils::mkpath(outputPath);
+    FileUtils::makeDir(outputPath);
   }
 
   void runBasicTest()
Clone this wiki locally