wxWidgets/tests/streams
Vadim Zeitlin 9def6786d6 Fix string stream unit test compilation in non-Unicode build.
wxScopedCharBuffer can't be constructed from char* string, just use
wxCharBuffer instead, we don't care about efficiency here.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-12 11:21:37 +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 Compile fix after GetC return type changed from char to int. 2006-10-29 22:38:26 +00:00
filestream.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
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 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 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 make the test really use the different socket flags and disable the use of wxSOCKET_NOWAIT as some tests fail in this case 2008-12-27 11:41:30 +00:00
sstream.cpp Fix string stream unit test compilation in non-Unicode build. 2010-04-12 11:21:37 +00:00
stdstream.cpp allow comparison of int with 64 bit integer type (see #10637) 2009-05-03 09:59:31 +00:00
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