This test is used for several different classes, show the name of the class
being tested when the assert in Editable() test fails.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73959
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
!IsAutomaticTest() )
#endif // __WGTKK__
{
- CPPUNIT_ASSERT_EQUAL("abcdef", entry->GetValue());
+ WX_ASSERT_EQUAL_MESSAGE
+ (
+ ("While testing %s", GetTestWindow()->GetClassInfo()->GetClassName()),
+ "abcdef", entry->GetValue()
+ );
CPPUNIT_ASSERT_EQUAL(6, updated.GetCount());
updated.Clear();