From e417d3080a4322fc0d0079d270893b95573e5ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 17 Apr 2010 12:49:27 +0200 Subject: [PATCH] Unit Testing: Added assert for todo testcase to catch changes. --- test/teststl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/teststl.cpp b/test/teststl.cpp index 07100b8f0..8753f9bec 100644 --- a/test/teststl.cpp +++ b/test/teststl.cpp @@ -438,6 +438,7 @@ private: " ints.erase(iter);\n" "}\n"); TODO_ASSERT_EQUALS("[test.cpp:6]: (error) Erasing invalid iterator\n", errout.str()); + ASSERT_EQUALS("", errout.str()); }