> Which test fails with which error? I must admit to being a bit of a dunce with respect to the unit tests.
I see $ ./src/test/cpp/testsuite cacheddateformattestcase LC_CTYPE: en_US.UTF-8 cacheddateformattestcase: FAILED 4 of 19 Failed Tests Total Fail Failed % =================================================== cacheddateformattestcase 19 4 21.05% but I'm unsure how to dig into the specific failures. My attempts so far include $ ./src/test/cpp/testsuite cacheddateformattestcase -v LC_CTYPE: en_US.UTF-8 cacheddateformattestcase: /Line -1: Unexpected exception |Line -1: Unexpected exception \Line -1: Unexpected exception -Line -1: Unexpected exception FAILED 4 of 19 Failed Tests Total Fail Failed % =================================================== cacheddateformattestcase 19 4 21.05% which show 4 unexpected exceptions but no indication of what/where. Anyone know the innards of logunit.h well enough to coax out the details? - Rhys