X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9e46deaa7167f86d4360d50502a724ef3288c69..3fd2d0c4b572b153c75735aef633d0dd413eb7f6:/tests/datetime/datetimetest.cpp diff --git a/tests/datetime/datetimetest.cpp b/tests/datetime/datetimetest.cpp index 033707b17c..70dd191b99 100644 --- a/tests/datetime/datetimetest.cpp +++ b/tests/datetime/datetimetest.cpp @@ -32,6 +32,8 @@ static std::ostream& operator<<(std::ostream& ostr, const wxDateTime& dt) return ostr; } +WX_CPPUNIT_ALLOW_EQUALS_TO_INT(wxDateTime::wxDateTime_t) + // to test Today() meaningfully we must be able to change the system date which // is not usually the case, but if we're under Win32 we can try it -- define // the macro below to do it