]> git.saurik.com Git - wxWidgets.git/commit
Improve error reporting for nested asserts failures in the test suite.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:22:08 +0000 (23:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:22:08 +0000 (23:22 +0000)
commitb57655127d3852aaa0925b37d359ff13c87affc2
treed03f376977a8d2180deea1568d092720a3348fab
parentaf184f1d2f87251da968014652c86736a92b739d
Improve error reporting for nested asserts failures in the test suite.

If an assert occurred while handling an exception generated by a previous
assert handler, the information about the original assert was lost even if
though it was more important than the secondary assert. Do preserve and show
the original assert message in this case now.

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