
10 May
2007
10 May
'07
2:05 p.m.
"Jorge Lodos" <lodos@segurmatica.cu> wrote in message news:003f01c7930a$bd3cc160$f9010a0a@segurmatica.cu...
Hi The code below reports 2 failed assertions of 3. If you comment out one of the BOOST_CHECK macros, it reports 1 failed assertion of 1. Is the extra assertion expected behaviour?
In the version you are using there was an extra assertion for each test case that validates that number of failures is not less than expected. Latest version is using message to report the condition. Gennadiy