
20 Aug
2004
20 Aug
'04
3:01 p.m.
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. B.