]> git.saurik.com Git - wxWidgets.git/commit
Extract wxDateTime-related cppunit helpers in a separate header file.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Jun 2011 22:46:42 +0000 (22:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Jun 2011 22:46:42 +0000 (22:46 +0000)
commita5f226861c387b03f64153945f67414c69c213fc
tree4ae095de13fde291560513309571165e6b8fe6f6
parent58daa7b2644f4725071c67cd8b9915808212d409
Extract wxDateTime-related cppunit helpers in a separate header file.

No real changes, just refactor the code to allow using CPPUNIT_ASSERT_EQUAL
with wxDateTime in other tests in the future.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/datetime/datetimetest.cpp
tests/testdate.h [new file with mode: 0644]