wxWidgets/tests/streams
Vadim Zeitlin 93a800a95e minor icc warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-11-19 09:55:27 +00:00
..
bstream.cpp added (for now trivial) socket stream test 2008-07-08 00:19:54 +00:00
bstream.h check that the stream raises no error other than EOF when it's supposed to be at EOF 2008-07-12 02:30:06 +00:00
datastreamtest.cpp
ffilestream.cpp
fileback.cpp
filestream.cpp
iostreams.cpp get rid of special WX_ASSERT_FOO_EQUAL macros by defining CppUnit::assertEquals() overloads for wx types 2008-07-18 23:07:23 +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 run tests several times with different socket flags 2008-07-12 02:43:19 +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
textstreamtest.cpp minor icc warning fixes 2008-11-19 09:55:27 +00:00
zlibstream.cpp