]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/stdstream.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / tests / streams / stdstream.cpp
index a5212e5e1fb468ff1a6b2f9a28c7f0b0f14abdec..472e427c33e3a862d8791a95eb45cbb6ca2a9ef1 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        tests/streams/stdstream.cpp
 // Purpose:     Test wxStdInputStreamBuffer/wxStdOutputStreamBuffer
 // Author:      Jonathan Liu <net147@gmail.com>
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Jonathan Liu
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx/wx.h".
 #include <string.h>
 #include "wx/mstream.h"
 
-// when std::streamoff is simply long we don't need this as we already allow
-// comparisons between int and long but we do need it otherwise -- and we don't
-// have any way to detect it so for now just assume that all 64 bit builds use
-// long as streamoff and if this is wrong we'll add a check to configure later
-#if SIZEOF_SIZE_T != 8
-    WX_CPPUNIT_ALLOW_EQUALS_TO_INT(std::streamoff)
-#endif
-
 // ==========================================================================
 // Definitions
 // ==========================================================================
@@ -111,7 +102,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( StdStreamTestCase );
 
-// also include in it's own registry so that these tests can be run alone
+// also include in its own registry so that these tests can be run alone
 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( StdStreamTestCase,
                                        "StdStreamTestCase" );