2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-27 19:32:11 +00:00

Revert changes made after deadline.

[SVN r48086]
This commit is contained in:
Beman Dawes
2008-08-11 14:56:50 +00:00
parent 5ff206d8e3
commit 51b2cb5d41
173 changed files with 1270 additions and 1802 deletions

View File

@@ -1,4 +1,4 @@
// (C) Copyright Gennadiy Rozental 2005-2008.
// (C) Copyright Gennadiy Rozental 2005-2006.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
@@ -29,7 +29,7 @@ typedef boost::mpl::list<char,int,float,double> test_types;
// each produced test case uses struct F as a fixture
BOOST_AUTO_TEST_CASE_TEMPLATE( my_test, T, test_types )
{
T t = static_cast<T>(i);
T t = i;
// usually it's a bad idea to use BOOST_CHECK_EQUAL for checking equality values of
// floating point types. This check may or may not produce an error report