added a TODO_ASSERT_EQUALS for the counter

This commit is contained in:
Daniel Marjamäki 2009-09-29 20:50:22 +02:00
parent 1b1047a5e4
commit e5bc4a02ae
1 changed files with 1 additions and 0 deletions

View File

@ -898,6 +898,7 @@ private:
ASSERT_EQUALS(6, CheckBufferOverrun::count("%-5s"));
ASSERT_EQUALS(2, CheckBufferOverrun::count("\\\""));
TODO_ASSERT_EQUALS(6, CheckBufferOverrun::count("Hello\\0Text"));
TODO_ASSERT_EQUALS(2, CheckBufferOverrun::count("%%"));
}
void strncpy1()