]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/bstream.h
Document wxListCtrl::FindItem() return value.
[wxWidgets.git] / tests / streams / bstream.h
index 36394c56f3b414c5908e5e93bbeceda5ce438062..f3ae238c3318cfe46e8fe73634ddcb1f1b85b77c 100644 (file)
@@ -28,9 +28,6 @@
     CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( Name, COMPOSE_TEST_NAME(Name) ); \
     STREAM_IMPLEMENT_SUB_REGISTRATION_ROUTINE( Name )
 
-
-WX_CPPUNIT_ALLOW_EQUALS_TO_INT(wxFileOffset)
-
 ///////////////////////////////////////////////////////////////////////////////
 // Template class that implements a test for all base stream functions.
 //
@@ -403,7 +400,7 @@ protected:
     {
         if (m_pCurrentIn)
         {
-            wxFAIL_MSG(_T("Error in test case, the previouse input stream needs to be delete first!"));
+            wxFAIL_MSG(wxT("Error in test case, the previouse input stream needs to be delete first!"));
         }
 
         m_pCurrentIn = DoCreateInStream();
@@ -414,7 +411,7 @@ protected:
     {
         if (m_pCurrentOut)
         {
-            wxFAIL_MSG(_T("Error in test case, the previouse output stream needs to be delete first!"));
+            wxFAIL_MSG(wxT("Error in test case, the previouse output stream needs to be delete first!"));
         }
 
         m_pCurrentOut = DoCreateOutStream();