]> git.saurik.com Git - wxWidgets.git/commit
Expect an assert in wxVsnprintf() test with too many parameters.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Sep 2010 14:30:23 +0000 (14:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Sep 2010 14:30:23 +0000 (14:30 +0000)
commitcdd233ef81ca2bb104347080ba1e4c2d40fead45
treeb7db387b1d2a2577f9c792711edbda7448694103
parent32f6c515fda502353ac1af9aceabe0b203cb7385
Expect an assert in wxVsnprintf() test with too many parameters.

The call to wxPrintf() should provoke an assert if there are too many
parameters, so update the test to expect it.

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