id summary reporter owner description type status milestone component version severity resolution keywords cc 10318 [Unit Test Framework] documentation minor error Reza Jahanbakhshi Raffi Enficiaud "Hi,[[BR]] In ""Unit Test Framework > Tutorials > Boost.Test driven development"" documentation, 5th test is const_string cs3( cs1 );[[BR]] BOOST_CHECK_EQUAL( std::strcmp( '''cs1'''.data(), ""test_string"" ), 0 ); Which I think it should be const_string cs3( cs1 );[[BR]] BOOST_CHECK_EQUAL( std::strcmp( '''cs3'''.data(), ""test_string"" ), 0 ); Notice cs1 is changed to cs3 Here is the link to documentation page: http://www.boost.org/doc/libs/1_55_0/libs/test/doc/html/tutorials/new-year-resolution.html" Bugs closed Boost 1.59.0 test Boost 1.55.0 Cosmetic fixed