2 Dec
2010
2 Dec
'10
3:38 p.m.
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). 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 can 'fix' this by inserting check/pass points at the beginning of every function, but shouldn't Boost.Test do this automatically ? Peter