]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/filestream.cpp
fix After{First,Last}() to work for strings with non-ASCII characters in UTF-8 build...
[wxWidgets.git] / tests / streams / filestream.cpp
index ccec25fd476f3603af2703698ff1cb38d917c096..b0edd46557e07532bdd70dfbd65d57ab62a801e1 100644 (file)
@@ -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);