wxWidgets/tests/strings
Vadim Zeitlin d326d52cd9 Use setUp/tearDown() for NumFormatter test case locale setup.
Setting the locale in the ctor of the test object doesn't work because the
locale is changed by the other tests that run before this one, use the
initialization method provided by cppunit to change the locale instead, this
is somewhat wasteful but at least it does work, unlike the old version.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-01-19 15:08:11 +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
numformatter.cpp Use setUp/tearDown() for NumFormatter test case locale setup. 2011-01-19 15:08:11 +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