Changeset 37063

Timestamp:
Feb 25, 2007, 3:28:02 PM (16 years ago)
Author:
david_abrahams
Message:

Correct testing bugs:

either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)

or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).

or changing BOOST_TEST to BOOST_CHECK where the integer library
was clearly using Boost.Test and not returning report_errors().

(No files)

Note: See TracChangeset for help on using the changeset viewer.