]> git.saurik.com Git - wxWidgets.git/commit - tests/uris/uris.cpp
Disable unit tests which can't work in ANSI build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:53:49 +0000 (13:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:53:49 +0000 (13:53 +0000)
commit87f528f15b7b0ef31c992d1bc474b6fbcaba95f9
tree21d62e4e435a1b1a1d98fe6a267bd5260e6d03ac
parent716ee1223ebb40e25fb3c9efb46aaad73fe3191d
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
tests/mbconv/convautotest.cpp
tests/strings/crt.cpp
tests/strings/stdstrings.cpp
tests/strings/unichar.cpp
tests/uris/uris.cpp
tests/xml/xmltest.cpp