X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Ftesting%2FTestManager.hpp;h=40d537019264aa6cb175b60a5619ff176dd3a4da;hp=4f3bed27db315d86a9f1be79eced868e3043af06;hb=21054b5919e21b14627fac09e718262ae2812af4;hpb=882e3764e48fdf93aeb078c1832b10a956288da3 diff --git a/include/anna/testing/TestManager.hpp b/include/anna/testing/TestManager.hpp index 4f3bed2..40d5370 100644 --- a/include/anna/testing/TestManager.hpp +++ b/include/anna/testing/TestManager.hpp @@ -158,7 +158,7 @@ class TestManager : public anna::timex::TimeEventObserver, public anna::Singleto // through the time manager. The first call to this method will start the time trigger system and check for new test cases to be launched. bool configureTTPS(int testTicksPerSecond) throw(); - bool clearPool() throw(); + bool clearPool(std::string &result) throw(); bool resetPool(bool hard /* hard reset includes in-progress test cases */) throw(); void setPoolRepeats(int repeats) throw() { a_poolRepeats = repeats; } int getPoolRepeats() const throw() { return a_poolRepeats; }