wxWidgets/tests/streams
Vadim Zeitlin e402863ff6 add some output stream tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-07-09 02:16:49 +00:00
..
bstream.cpp added (for now trivial) socket stream test 2008-07-08 00:19:54 +00:00
bstream.h skip calls of TellI/TellO() if the stream is not seekable; more const-correctness 2008-07-09 02:16:27 +00:00
datastreamtest.cpp added support for 64 bit ints in wx stream classes (patch 1203970) 2006-02-11 16:51:34 +00:00
ffilestream.cpp implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all stream tests 2007-03-17 15:38:09 +00:00
fileback.cpp Compile fix after GetC return type changed from char to int. 2006-10-29 22:38:26 +00:00
filestream.cpp implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all stream tests 2007-03-17 15:38:09 +00:00
iostreams.cpp added a unit test for input/output file streams and fixed the problem it exposed (#3335) 2008-06-15 17:34:50 +00:00
largefile.cpp compilation fix 2007-08-22 15:19:06 +00:00
memstream.cpp fix VC warning about applying unary minus to unsigned type yielding still unsigned result by using wxFileOffset instead of size_t 2007-03-18 14:32:55 +00:00
socketstream.cpp add some output stream tests 2008-07-09 02:16:49 +00:00
sstream.cpp fix wxStringOutputStream to deal with NUL bytes correctly (incidentally fixes bug 1792727, part of patch 1795174) 2007-09-15 00:32:54 +00:00
tempfile.cpp Add wxTempFileOutputStream 2005-03-13 16:20:51 +00:00
textstreamtest.cpp provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type 2007-04-05 21:28:14 +00:00
zlibstream.cpp implemented wxMemoryInputStream::CanRead() and added tests for CanRead() to all stream tests 2007-03-17 15:38:09 +00:00