PetrolDave - 2007-10-12

We use CUnit in automated test mode, so the xml files just show a summary count of the PASS asserts and list all the FAIL asserts.

We would like to have an intermediate state, i.e. an assert that is taken as a PASS but for which the text message is shown - note we don't want all the PASS texts to be shown (there's often several thousand of those in a test).

Is there any way to achieve this using CUnit?