From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-01-30 10:52:26


>>> 3) BOOST_AUTO_TEST_MAIN no longer names master test suite
>>
>> "Feature not a bug" ;) Read update note how you should do this
>
> And the update note is where? Sorry, but I couldn't find it.

http://listarchives.boost.org/Archives/boost/2005/12/98087.php

> Please don't tell me that I no longer can specify the name of the master
> test suite.

No. You could. But I found relying on macro is both inconvinient and
unhealthy.

>>> 4) BOOST_AUTO_TEST_SUITE names not reported in errors
>>
>> "Feature not a bug" ;) With confirmation report only master test
>> suite level name gets mentioned
>
> So, I'd like to make a new feature request - having the name of the
> closest encompassing test suite being reported instead (as the default).
> Or, even better, having the entire hierarchy reported.

Test suite names gets reported in detailed report format. How would you
prefer confirmation reporty should look like?

Gennadiy