
9 Jun
2010
9 Jun
'10
6:26 p.m.
Gaurav N Shah
Hi,
I have written my own struct to customize logging from struct "boost::unit_test::output::xml_log_formatter"
However, the XML file generated by log Formatter is Invalid. it adds invalid node end = ">" , by the end of each test case logging.
Is it possible your formatter does this? How your struct customizes xml_log_formatter? It does not really have any means of customization. Did you inherit from it? Gennadiy