Skip to content

v0.2.52..v0.2.53 changeset ScriptTestSuite.cpp

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.cpp b/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.cpp
index 9b5daae..913169a 100644
--- a/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.cpp
+++ b/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #include "ScriptTestSuite.h"
 
@@ -53,6 +53,9 @@ TestSuite(dir.toStdString())
 # ifndef HOOT_HAVE_RND
     ignorePrefix << "Rnd";
 # endif
+# ifndef HOOT_HAVE_JOSM
+    ignorePrefix << "Josm";
+# endif
 
   for (int i = 0; i < files.size(); i++)
   {
Clone this wiki locally