X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Ftesting%2FTestManager.cpp;h=c8c65e3bf8f041db6aed7a7da5d1a017070d5d45;hp=280a1988ebe17b2f17b8165fc47b6fe739932865;hb=080dc0740d8b02011dee032f5d44eeb5f2ffe23f;hpb=c200ffa70e1d93f5cb3137f3542245c44c05b008 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; }