wxwidgets/tests/streams
Vadim Zeitlin c54b611093 Replace few uses of CPPUNIT_TEST_FAIL with just CPPUNIT_TEST
Use positive tests really checking for whatever we want to check (that
the stream is not seekable in this particular case) instead of just
checking that the test fails, for whatever reason -- which might not be
at all the reason for which we expect it to fail.
2017-10-31 22:04:12 +01:00
..
bstream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bstream.h Replace few uses of CPPUNIT_TEST_FAIL with just CPPUNIT_TEST 2017-10-31 22:04:12 +01:00
datastreamtest.cpp Handle strings with embedded NULs in wxDataStream 2016-06-04 21:47:12 +02:00
ffilestream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fileback.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filestream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
iostreams.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
largefile.cpp Use wxScopedPtr<> instead of std::auto_ptr<> in the tests 2017-10-31 21:14:05 +01:00
memstream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
socketstream.cpp Add a check for wxSocketServer creation to the unit tests. 2015-06-23 19:11:31 +02:00
sstream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stdstream.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tempfile.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
textstreamtest.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
zlibstream.cpp Replace few uses of CPPUNIT_TEST_FAIL with just CPPUNIT_TEST 2017-10-31 22:04:12 +01:00