Boost logo

Boost Testing :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-08-11 07:13:47


"Voronkov Konstantin" <beowinkle_at_[hidden]> wrote in message
news:ddciam$kp3$1_at_sea.gmane.org...
> Hello, All!
>
> I have one more problem with Boost.Test output
> to xml. The result table looks in version 1_32_0
> looks like:
>
> <TestResult>
> <TestSuite name="Auto Unit Test" result="failed"
> num_of_failures=1 expected_failures=0>
> </TestSuite>
> </TestResult>
>
> Two different well-known browsers claims this is
> incorrect syntaxs, because attribute value must
> be enclosed in quotes.
>
> >num_of_failures=1
> should become
> >num_of_failures="1"
>
> Is it bug in Boost.Test? Can I
> expect a fix of the problem?

You can increase the likelihood of a fix by submitting a patch:-)

--Beman


Boost-testing list run by mbergal at meta-comm.com