This test seems to return undefined results
This commit is contained in:
parent
01f70d69c0
commit
a1809f410a
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ void StringsTest :: tearDown (void)
|
|||
|
||||
void StringsTest :: formatfTest (void) {
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("42"), TelldusCore::formatf("%u", 42));
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("0"), TelldusCore::formatf("%u", 42.1));
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("2A"), TelldusCore::formatf("%X", 42));
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("42"), TelldusCore::formatf("%s", "42"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue