[test] a couple of problems

* the docs claim there's a --no_result_code=yes/no argument, but in fact, it's --result_code=no/yes * If http://bitten.edgewall.org/wiki/BoostTest ever worked, then the Boost.Test XML format must've changed at some point. The XSLT appears to be looking for a "result" attribute on the TestCase. As you can see from my notes at the bottom, that isn't present in my output. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

"David Abrahams" <dave@boost-consulting.com> wrote in message news:87hckgzanc.fsf@grogan.peloton...
* the docs claim there's a --no_result_code=yes/no argument, but in fact, it's --result_code=no/yes
Old docs are in pretty bad shape. Please use updated version I am working on (alpha version is here: http://www.patmedia.net/~rogeeff/html/utf/user-guide/runtime-config/referenc...)
* If http://bitten.edgewall.org/wiki/BoostTest ever worked, then the Boost.Test XML format must've changed at some point. The XSLT appears to be looking for a "result" attribute on the TestCase. As you can see from my notes at the bottom, that isn't present in my output.
You are trying to convert test log, while the script expects test report. Feed stderr output to this script. Gennadiy

on Wed Oct 24 2007, "Gennadiy Rozental" <rogeeff-AT-gmail.com> wrote:
Old docs are in pretty bad shape. Please use updated version I am working on (alpha version is here: http://www.patmedia.net/~rogeeff/html/utf/user-guide/runtime-config/referenc...)
on that page, s/ouput/output/ HTH, -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

on Sun Oct 28 2007, David Abrahams <dave-AT-boost-consulting.com> wrote:
on Wed Oct 24 2007, "Gennadiy Rozental" <rogeeff-AT-gmail.com> wrote:
Old docs are in pretty bad shape. Please use updated version I am working on (alpha version is here: http://www.patmedia.net/~rogeeff/html/utf/user-guide/runtime-config/referenc...)
on that page, s/ouput/output/
err, also s/detaled/detailed/ All the nice UI in the world doesn't help if the basic information being presented is wrong ;-) -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

"David Abrahams" <dave@boost-consulting.com> wrote in message news:878x5mls0r.fsf@grogan.peloton...
on Sun Oct 28 2007, David Abrahams <dave-AT-boost-consulting.com> wrote:
on Wed Oct 24 2007, "Gennadiy Rozental" <rogeeff-AT-gmail.com> wrote:
Old docs are in pretty bad shape. Please use updated version I am working on (alpha version is here: http://www.patmedia.net/~rogeeff/html/utf/user-guide/runtime-config/referenc...)
on that page, s/ouput/output/
err, also s/detaled/detailed/
Thanks. Applied
All the nice UI in the world doesn't help if the basic information being presented is wrong ;-)
That is what are good friends and strict reviewers are for, right ;)? Gennadiy
participants (2)
-
David Abrahams
-
Gennadiy Rozental