]> git.saurik.com Git - wxWidgets.git/commit
Fix wxString unit test when not using UTF-8.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 May 2012 14:24:10 +0000 (14:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 May 2012 14:24:10 +0000 (14:24 +0000)
commit39d169639b01d4902583d4e541746a93a156ab78
tree4da393b2fa068f35363dd16ae9d30ce983e97935
parent30ee0b97649f598955abd267e5b1595f2a79415f
Fix wxString unit test when not using UTF-8.

Restrict the tests added in r70987 to run when using UTF-8 strings only, they
test for something that is simply not true (and for a bug that can't happen)
with non-multibyte encodings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/strings/strings.cpp