1 Mar
2012
1 Mar
'12
9:31 p.m.
Hey I'm pretty new to boost, but have successfully implemented it into a large program. I currently have the tests being run and having them output to a detailed xml file. I'm then parsing this file with python and am going to make a simple GUI interface for it. However, I just realized that the XML doesn't include the failure if there is one, and it instead prints it to command prompt. Is there a way to include it in the XML? All I want to see is the assertion that failed and what the result is. Is there another program I could have used this whole time that does this same thing? Thank you! p.s. I was trying to make it similar to nunit