Peter Soetens
I'm using boost 1.40. When parsing the output of a Boost.Test xml file, I sometimes get this error:
"test-result.xml:cvc-complex-type.2.4.b: The content of element 'Exception' is not complete. One of '{LastCheckpoint}' is expected." (output from Hudson Test plugin).
Can't really comment on this output. This is something generated by your tool. Can you should the Boost.Test xml?
It appears that It does not consider the entry point of the unit test function as a checkpoint, while the documentation says it does.
I do not believe so. Can you point me to the relevant page?
I can 'fix' this by inserting check/pass points at the beginning of every function, but shouldn't Boost.Test do this automatically ?
Test log output reports test case enter/exit events, thus you should be able to figure this out already. Gennadiy