Skip to content

v0.2.49..v0.2.50 changeset ScriptTestSuite.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h b/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h
index 608b56c..b248cbf 100644
--- a/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h
+++ b/hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h
@@ -40,7 +40,8 @@ class ScriptTestSuite : public CppUnit::TestSuite
 {
 public:
 
-  ScriptTestSuite(QString dir, bool printDiff, double waitTime, bool hideDisableTests);
+  ScriptTestSuite(QString dir, bool printDiff, double waitTime, bool hideDisableTests,
+                  bool suppressFailureDetail);
 
 private:
 
Clone this wiki locally