wxWidgets/tests/strings
Václav Slavík 3b12da351c Fix vararg type checking to accept ints for %c.
It's perfectly legitimate to format int values as %c, so don't assert in
this case.

Fixes #12192.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-03 14:24:12 +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 fix StringTestCase::FromDouble: newer MSVC versions use three digits for the exponent width 2010-06-02 14:56:58 +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 Fix vararg type checking to accept ints for %c. 2010-07-03 14:24:12 +00:00
vsnprintf.cpp Move some wxPrintf() tests (taken from glibc) to VsnprintfTestCase. Other tests are more difficult to convert in CppUnit style and not worth the effort (since now we don't use wx's own vsnprintf implementation anymore typically). 2010-06-02 14:42:26 +00:00