add some output stream tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-07-09 02:16:49 +00:00
parent 8bd966d3cd
commit e402863ff6

View File

@ -118,11 +118,11 @@ public:
CPPUNIT_TEST(Input_CanRead);
CPPUNIT_TEST(Input_Peek);
CPPUNIT_TEST(Input_Ungetch);
#endif
CPPUNIT_TEST(Output_PutC);
CPPUNIT_TEST(Output_Write);
CPPUNIT_TEST(Output_LastWrite);
#endif
CPPUNIT_TEST_SUITE_END();
private: