wxWidgets/tests/strings
Vadim Zeitlin 87f528f15b Disable unit tests which can't work in ANSI build.
Disable unit tests involving operations (such as conversions between UTF and
anything but plain ASCII) not available in ANSI build.

This fixes the test suite for non-Unicode build under Unix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-11-10 13:53:49 +00:00
..
crt.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +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 Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +00:00
strings.cpp Fix wxString::{Before,After}{First,Last} unit test for ANSI build. 2010-11-10 13:53:34 +00:00
tokenizer.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
unichar.cpp Disable unit tests which can't work in ANSI build. 2010-11-10 13:53:49 +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 Disable test failing under VC6 only. 2010-09-30 14:30:18 +00:00
vsnprintf.cpp Use wxUSING_VC_CRT_IO for MSVC CRT-specific test results. 2010-10-03 17:16:00 +00:00