when using TODO_ASSERT_EQUALS it's a good idea to pair it with a ASSERT_EQUALS

This commit is contained in:
Daniel Marjamäki 2011-01-23 14:34:26 +01:00
parent 586cbd5839
commit c04107131b
1 changed files with 1 additions and 0 deletions

View File

@ -799,6 +799,7 @@ private:
" }\n"
"}\n");
TODO_ASSERT_EQUALS("[test.cpp:4]: (error) Uninitialized variable: pItem\n", errout.str());
ASSERT_EQUALS("", errout.str()); // current result
}
// switch..