]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/sstream.cpp
implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all strea...
[wxWidgets.git] / tests / streams / sstream.cpp
index 2fe4a78f1211c8e6d7c0836c5460a245db56bd70..c50fbd8c11c2c7d29283c595fb422e117905a0e2 100644 (file)
@@ -42,6 +42,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);