
17 Feb
2005
17 Feb
'05
9:36 a.m.
Martin Wille wrote:
Martin Wille wrote more than a week ago:
Hello,
several test macros are used with the wrong number of arguments by several tests:
octonion_test: BOOST_REQUIRE_PREDICATE, BOOST_CHECK_PREDICATE quaternion_test: BOOST_REQUIRE_PREDICATE, BOOST_CHECK_PREDICATE sinc_test: BOOST_CHECK_PREDICATE unicode_iterator_test: BOOST_CHECK_EQUAL_COLLECTIONS
Fusion still uses BOOST_TEST (which doesn't exist anymore).
I'm under the impression nothing has been fixed since I wrote that message, with the exception of the unicode_iterator_test (which fails for other reasons now).
AFAIK Fusion uses the BOOST_TEST macro from the <boost/detail/lightweight_test.hpp> header, so this is fine. Regards Hartmut