]> git.saurik.com Git - wxWidgets.git/commit - include/wx/cppunit.h
get rid of special WX_ASSERT_FOO_EQUAL macros by defining CppUnit::assertEquals(...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Jul 2008 23:07:23 +0000 (23:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Jul 2008 23:07:23 +0000 (23:07 +0000)
commit1de532f57e9a7d25158edb8aed633fb1099a04ea
treebeeaaf928ee54ec11d5de4bd96063c272de40818
parenta6eac99d9edb1e8fef08780903827c8bad3f9bff
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
16 files changed:
include/wx/cppunit.h
tests/base64/base64.cpp
tests/cmdline/cmdlinetest.cpp
tests/controls/textctrltest.cpp
tests/datetime/datetimetest.cpp
tests/filename/filenametest.cpp
tests/fontmap/fontmaptest.cpp
tests/intl/intltest.cpp
tests/scopeguard/scopeguardtest.cpp
tests/streams/iostreams.cpp
tests/strings/stdstrings.cpp
tests/strings/strings.cpp
tests/strings/unicode.cpp
tests/strings/vararg.cpp
tests/vectors/vectors.cpp
tests/xml/xmltest.cpp