
Hi. The release notes on Boost test framework says: XML log format is introduced XML report format is introduced I would like to know how I use those features, the documentation says nothing about it, at least I can't find it. Thanks in advance. Jarl

--- In Boost-Users@yahoogroups.com, Jarl Friis
Hi.
The release notes on Boost test framework says: XML log format is introduced
Use --log_format = HRF|XML to set the value.
XML report format is introduced
Use --report_format = HRF|XML to set the value.
I would like to know how I use those features, the documentation
says
nothing about it, at least I can't find it.
Thanks in advance.
Jarl
You could also use --output_format = HRF|XML to set the both vlaues the same time. Gennadiy.

"Gennadiy E. Rozental"
--- In Boost-Users@yahoogroups.com, Jarl Friis
wrote: Hi.
The release notes on Boost test framework says: XML log format is introduced
Use --log_format = HRF|XML to set the value.
There shall be no spaces, so it's --log_format=HRF|XML
XML report format is introduced
Use --report_format = HRF|XML to set the value.
Again, without spaces.
I would like to know how I use those features, the documentation
says
nothing about it, at least I can't find it.
Thanks in advance.
Jarl
You could also use --output_format = HRF|XML to set the both vlaues the same time.
Thanks, I use --output_format=XML Is there any DTD describing the exact content of the XML output? I guess that HRF is Human Readable Format, right? Jarl
participants (2)
-
Gennadiy E. Rozental
-
Jarl Friis