-
- Downloads
Project 'savoirfairelinux/ring-client-windows' was moved to 'savoirfairelinux/jami-client-windows'. Please update any links and bookmarks that may still have the old path.
daemon/test: give a message when testParseDisplayName fails
When one instance of the testParseDisplayName testcase failed, the following
generic message would be shown:
str == t[1]
This generic message makes it impossible to know which of the test strings
triggered the failure. CPPUNIT_ASSERT_MESSAGE is now used instead of
CCPUNIT_ASSERT to provide a more verbose message.
Refs #49115
Change-Id: I136ab2bc83f1103a95dc6f42ca545d7bf9edf244
Signed-off-by:
Pascal Potvin <pascal.potvin@extenway.com>
Please register or sign in to comment