wxWidgets/tests/strings
Vadim Zeitlin 0eb83a1a72 compilation fix after r60017
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-04 22:33:20 +00:00
..
crt.cpp calling wcsnlen(NULL) does crash (under Debian and, according to the docs, should also crash with MSVC), contrary to what the comment claimed so don't do this 2009-01-16 17:48:59 +00:00
iostream.cpp don't compile the test in the build configurations where it's not supported (trying to fix buildbot OS X build) 2008-05-30 21:59:24 +00:00
stdstrings.cpp fix the test case which wrongly relied on wxString using UTF-8 representation 2009-04-03 17:02:12 +00:00
strings.cpp compilation fix after r60017 2009-04-04 22:33:20 +00:00
tokenizer.cpp Fix for compiler error with gcc 3.3.5 and cppunit 1.10.0 and 2006-02-05 14:01:37 +00:00
unichar.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
unicode.cpp fix the test case which wrongly relied on wxString using UTF-8 representation 2009-04-03 17:03:16 +00:00
vararg.cpp added a test for passing wxCharBufer to wxprintf functions 2008-07-29 13:32:35 +00:00
vsnprintf.cpp fix the test for !wxUSE_UNICODE_UTF8 builds: don't suppose that strings are UTF-8 encoded in VsnprintfTestCase::S() but use FromUTF8() explicitly (how did it manage to work with VC9 before?) 2009-04-04 16:45:23 +00:00