-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset ScriptTest.h
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/hoot-test/src/main/cpp/hoot/test/ScriptTest.h b/hoot-test/src/main/cpp/hoot/test/ScriptTest.h
index 11f44a0..d2c0a61 100644
--- a/hoot-test/src/main/cpp/hoot/test/ScriptTest.h
+++ b/hoot-test/src/main/cpp/hoot/test/ScriptTest.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2017 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2019 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef SCRIPTTEST_H
#define SCRIPTTEST_H
@@ -43,6 +43,7 @@ namespace hoot
class ScriptTest : public CppUnit::TestCase
{
public:
+
ScriptTest(QString script, bool printDiff, int waitToFinishTime = 30000);
virtual void runTest();