wxWidgets/tests/strings
Vadim Zeitlin 6889fa2c0b Remove non-working or semi-working tests added from console.cpp.
Remove tests added in r64324, there is no need to have commented out code
here and UTF-8 test was pretty strange as well (it's far from clear what
should the result of converting "utf8Invalid" be).

This also suppresses a warning that these changes introduced.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-05-23 10:53:17 +00:00
..
crt.cpp Allow calling wxStrchr() with a narrow string and wide character. 2009-11-28 14:37:03 +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 Add wxString::ToStdString() and ToStdWstring(). 2010-04-11 11:08:49 +00:00
strings.cpp Remove wxLOCALE_CONV_ENCODING flag. 2010-04-16 11:29:22 +00:00
tokenizer.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
unichar.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
unicode.cpp Remove non-working or semi-working tests added from console.cpp. 2010-05-23 10:53:17 +00:00
vararg.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
vsnprintf.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00