]> git.saurik.com Git - wxWidgets.git/commit - tests/file/filetest.cpp
Fix test compilation under OS X.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Sep 2009 12:26:03 +0000 (12:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Sep 2009 12:26:03 +0000 (12:26 +0000)
commitbf24fcddc33cbf7d52a3047cdf1eaa6451483c28
treebddfc2db58efaca12fe82fc694dfcf8edb6ab822
parent873c1a2300bbfa3ff7e2e88a7dd0ce616cb40260
Fix test compilation under OS X.

wxFileOffset and ssize_t are not the same type under this platform so using
CPPUNIT_ASSERT_EQUAL() with the arguments of these types fails. Use ssize_t
instead of wxFileOffset to fix this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/file/filetest.cpp