get rid of special WX_ASSERT_FOO_EQUAL macros by defining CppUnit::assertEquals() overloads for wx types
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -206,7 +206,7 @@ void VectorsTestCase::Objects()
|
||||
v.push_back(CountedObject(3));
|
||||
|
||||
v.erase(v.begin());
|
||||
WX_ASSERT_SIZET_EQUAL( 2, v.size() );
|
||||
CPPUNIT_ASSERT_EQUAL( 2, v.size() );
|
||||
CPPUNIT_ASSERT_EQUAL( 2, CountedObject::GetCount() );
|
||||
|
||||
v.clear();
|
||||
|
Reference in New Issue
Block a user