
20 Aug
2004
20 Aug
'04
4:03 p.m.
Bronek Kozicki <brok@rubikon.pl> writes:
For some time already I'm receiving failed assertion error in iterator_facade test. The problem is that this error is displaying message box (is calling _assert function defined in CRT) that cannot be automatially closed by execution_monitor.exe . I suggest that BOOST_ASSERT(state == 8) in iterator_facade.cpp be changed to BOOST_CHECK_EQUAL(state, 8) . Actual value of "state" variable at this point in this test is 7, thus failed assertion.
The failure was caused by a missed checkin of new_iterator_tests.hpp; should be fixed now. If you want to change to BOOST_CHECK_EQUAL, feel free to make that patch. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com