X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8899b155a1e4fa5f4b90e1f3bebe28088ea46bc9..cd15bcaf50ead53ccf9d50965312f0dc754affb4:/tests/streams/filestream.cpp diff --git a/tests/streams/filestream.cpp b/tests/streams/filestream.cpp index ccec25fd47..d23ea8bd86 100644 --- a/tests/streams/filestream.cpp +++ b/tests/streams/filestream.cpp @@ -4,7 +4,7 @@ // Author: Hans Van Leemputten // RCS-ID: $Id$ // Copyright: (c) 2004 Hans Van Leemputten -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx/wx.h". @@ -26,8 +26,8 @@ #define DATABUFFER_SIZE 1024 -static const wxString FILENAME_FILEINSTREAM = _T("fileinstream.test"); -static const wxString FILENAME_FILEOUTSTREAM = _T("fileoutstream.test"); +static const wxString FILENAME_FILEINSTREAM = wxT("fileinstream.test"); +static const wxString FILENAME_FILEOUTSTREAM = wxT("fileoutstream.test"); /////////////////////////////////////////////////////////////////////////////// // The test case @@ -47,6 +47,7 @@ public: CPPUNIT_TEST(Input_Read); CPPUNIT_TEST(Input_Eof); CPPUNIT_TEST(Input_LastRead); + CPPUNIT_TEST(Input_CanRead); CPPUNIT_TEST(Input_SeekI); CPPUNIT_TEST(Input_TellI); CPPUNIT_TEST(Input_Peek);