diff --git a/hoot-core-test/src/test/cpp/hoot/core/io/OgrWriterTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/io/OgrWriterTest.cpp
index 04f4dd1..324302d 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/io/OgrWriterTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/io/OgrWriterTest.cpp
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
// CPP Unit
@@ -146,7 +146,7 @@ public:
uut.open(_outputPath + "OgrWriterTest.gdb");
uut.write(createTestMap());
- TestUtils::mkpath("tmp");
+ FileUtils::makeDir("tmp");
OsmMapWriterFactory::write(createTestMap(), "tmp/TestMap.osm");
// make sure it created a bunch of files. We aren't testing for correct output.