Index: libs/test/doc/html/utf/testing-tools/reference.html =================================================================== --- libs/test/doc/html/utf/testing-tools/reference.html (revision 56278) +++ libs/test/doc/html/utf/testing-tools/reference.html (working copy) @@ -522,7 +522,7 @@ BOOST_CHECK_GT(left, right) BOOST_REQUIRE_GT(left, right)

- Check performed by these tools is the same as the one performed by BOOST_<level>( left >= right ). + Check performed by these tools is the same as the one performed by BOOST_<level>( left > right ). The difference is that the argument values are reported as well.