X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Ftesting%2FTestManager.cpp;h=c8c65e3bf8f041db6aed7a7da5d1a017070d5d45;hb=26c27c2b83f99e6df420addc90010eb0d4a7724e;hp=280a1988ebe17b2f17b8165fc47b6fe739932865;hpb=21054b5919e21b14627fac09e718262ae2812af4;p=anna.git diff --git a/source/testing/TestManager.cpp b/source/testing/TestManager.cpp index 280a198..c8c65e3 100644 --- a/source/testing/TestManager.cpp +++ b/source/testing/TestManager.cpp @@ -300,7 +300,7 @@ bool TestManager::clearPool(std::string &result) throw() { result = ""; if (!tests()) { - result = "there are not programmed test cases to be removed"; + result = "There are not programmed test cases to be removed"; return false; } @@ -315,7 +315,7 @@ bool TestManager::clearPool(std::string &result) throw() { } if (unsafe > 0) { - result = "some test cases cannot be removed ("; + result = "Some test cases cannot be removed ("; result += anna::functions::asString(unsafe); result += "/"; result += anna::functions::asString(total); @@ -336,6 +336,7 @@ bool TestManager::clearPool(std::string &result) throw() { configureTTPS(0); // stop a_statSummary.clear(); + result = "all the programmed test cases have been dropped"; return true; }