wxWidgets/tests/strings
Vadim Zeitlin 43f8864bb0 Use wxUSING_VC_CRT_IO for MSVC CRT-specific test results.
Move USING_VC_CRT into testprec.h to allow its reuse in other files and rename
it to wxUSING_VC_CRT_IO as it only checks whether we're using MSVC STDIO
implementation and could be false even when we are otherwise using MSVC CRT.

Use this symbol for the tests whose result depends on the concrete version of
the CRT we use.

This fixes StringTestCase::FromDouble() failure under MinGW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-10-03 17:16:00 +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 Use wxUSING_VC_CRT_IO for MSVC CRT-specific test results. 2010-10-03 17:16:00 +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 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