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:
@@ -118,11 +118,11 @@ public:
|
|||||||
CPPUNIT_TEST(Input_CanRead);
|
CPPUNIT_TEST(Input_CanRead);
|
||||||
CPPUNIT_TEST(Input_Peek);
|
CPPUNIT_TEST(Input_Peek);
|
||||||
CPPUNIT_TEST(Input_Ungetch);
|
CPPUNIT_TEST(Input_Ungetch);
|
||||||
|
#endif
|
||||||
|
|
||||||
CPPUNIT_TEST(Output_PutC);
|
CPPUNIT_TEST(Output_PutC);
|
||||||
CPPUNIT_TEST(Output_Write);
|
CPPUNIT_TEST(Output_Write);
|
||||||
CPPUNIT_TEST(Output_LastWrite);
|
CPPUNIT_TEST(Output_LastWrite);
|
||||||
#endif
|
|
||||||
CPPUNIT_TEST_SUITE_END();
|
CPPUNIT_TEST_SUITE_END();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user