$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] XML Output
From: Jake (jacob.aberman_at_[hidden])
Date: 2012-03-01 16:31:42
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