]> git.saurik.com Git - wxWidgets.git/commit - tests/strings/vsnprintf.cpp
fix the test for !wxUSE_UNICODE_UTF8 builds: don't suppose that strings are UTF-8...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Apr 2009 16:45:23 +0000 (16:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Apr 2009 16:45:23 +0000 (16:45 +0000)
commit245ff47f7c0715d95aac7844604b0a74633e8dc9
tree05c39f4c1b1da7f1cc781f00745efdf62e91e770
parent599d12919c91f31245a70015652414557e2281b2
fix the test for !wxUSE_UNICODE_UTF8 builds: don't suppose that strings are UTF-8 encoded in VsnprintfTestCase::S() but use FromUTF8() explicitly (how did it manage to work with VC9 before?)

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