Daniel James
e810954b62
Revert conversion from lightweight test to Boost.Test.
...
Merged revisions 47545 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r47545 | danieljames | 2008-07-18 13:31:18 +0100 (Fri, 18 Jul 2008) | 1 line
Revert conversion from lightweight test to Boost.Test.
........
[SVN r47586]
2008-07-19 09:02:10 +00:00
Daniel James
b3e82db752
Merge all hash changes from trunk.
...
[SVN r46343]
2008-06-12 00:27:13 +00:00
Beman Dawes
7ef0748e07
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Daniel James
4c24efeadf
Reverting the last change as it's not a main function so returning
...
'boost::report_errors' would be wrong. The main function is in
link_no_ext_test.cpp and does return 'boost::report_errors'.
[SVN r37064]
2007-02-25 15:59:08 +00:00
Dave Abrahams
bf7e1328c4
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().
[SVN r37063]
2007-02-25 15:28:02 +00:00
Daniel James
da8405cb69
Update the copyright comments in the hash tests and documentation.
...
[SVN r33369]
2006-03-18 15:49:21 +00:00
Dave Abrahams
bbb8d4f19f
Remove uses of assert() from tests
...
[SVN r33011]
2006-02-19 15:03:31 +00:00
Daniel James
bf0ea56eac
Add to the hash tests, tests for the BOOST_HASH_NO_EXTENSIONS macro and a few other updates.
...
[SVN r32901]
2006-02-13 18:26:00 +00:00