wxWidgets/tests/streams
Vadim Zeitlin 0c550516dd Fix bug in wxStringOutputStream unit test.
We wrote an extra NUL byte to the stream and, unsurprisingly, contents of its
buffer didn't match the original string resulting in the test failure.

Also get rid of a #if wxUSE_UNICODE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-01-24 11:33:24 +00:00
..
bstream.cpp Repair the stream tests. 2009-12-30 17:39:47 +00:00
bstream.h Repair the stream tests. 2009-12-30 17:39:47 +00:00
datastreamtest.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
ffilestream.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
fileback.cpp
filestream.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
iostreams.cpp
largefile.cpp Add another test for sparse file support so that the large file tests can run 2009-12-30 17:44:09 +00:00
memstream.cpp
socketstream.cpp
sstream.cpp Fix bug in wxStringOutputStream unit test. 2010-01-24 11:33:24 +00:00
stdstream.cpp
tempfile.cpp Extract TestFile class in a separate header. 2009-09-12 22:40:35 +00:00
textstreamtest.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
zlibstream.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00