Skip to content

v0.2.53..v0.2.54 changeset ScriptTest.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-test/src/main/cpp/hoot/test/ScriptTest.cpp b/hoot-test/src/main/cpp/hoot/test/ScriptTest.cpp
index e0c5fc5..3c70f2d 100644
--- a/hoot-test/src/main/cpp/hoot/test/ScriptTest.cpp
+++ b/hoot-test/src/main/cpp/hoot/test/ScriptTest.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 "ScriptTest.h"
@@ -285,6 +285,8 @@ void ScriptTest::_runDiff(QString file1, QString file2)
 
 void ScriptTest::_runProcess()
 {
+  // TODO: It would be nice if we could specify Testing.conf here to avoid having to specify it
+  // in every test files (#3823).
   QProcess p;
   p.start(_script, QProcess::ReadOnly);
 
Clone this wiki locally