xml output is usually required for integrating tests into a continuous integration environment such as TeamCity.
the latest CppUnit 1.12.1 already contains the required classes for generating XML output.
it would be very helpful if the test suites generated XML output, the current output sent to console is hard to parse to figure out if tests failed or succeeded.





