]> git.saurik.com Git - wxWidgets.git/commit
Use wxUSING_VC_CRT_IO for MSVC CRT-specific test results.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:16:00 +0000 (17:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:16:00 +0000 (17:16 +0000)
commit43f8864bb00185868360e34f8e4b2a5458255785
treea62b99b06846c6af13b8ecf36b1a7088f3bda16d
parentcb5eef9d872409bb78e48a6db355988e1263df18
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
tests/strings/strings.cpp
tests/strings/vsnprintf.cpp
tests/testprec.h