Index: libs/uuid/test/test_uuid.cpp =================================================================== --- libs/uuid/test/test_uuid.cpp (revision 69302) +++ libs/uuid/test/test_uuid.cpp (working copy) @@ -12,7 +12,6 @@ #include #include #include -#include "lightweight_test_ex.hpp" #include #include Index: libs/uuid/test/lightweight_test_ex.hpp =================================================================== --- libs/uuid/test/lightweight_test_ex.hpp (revision 69302) +++ libs/uuid/test/lightweight_test_ex.hpp (working copy) @@ -1,40 +0,0 @@ -// (C) Copyright Andy Tompkins 2010. Permission to copy, use, modify, sell and -// distribute this software is granted provided this copyright notice appears -// in all copies. This software is provided "as is" without express or implied -// warranty, and with no claim as to its suitability for any purpose. - -// 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) - -// libs/uuid/test/lightweight_test_ex.hpp -------------------------------// - -// BOOST_TEST_NE(expr1, expr2) - -#ifndef BOOST_UUID_TEST_LIGHTWEIGHT_TEST_EX_HPP -#define BOOST_UUID_TEST_LIGHTWEIGHT_TEST_EX_HPP - -#include - -namespace boost { -namespace detail { - -template inline void test_ne_impl( char const * expr1, char const * expr2, char const * file, int line, char const * function, T const & t, U const & u ) -{ - if( t != u ) - { - } - else - { - std::cerr << file << "(" << line << "): test '" << expr1 << " != " << expr2 - << "' failed in function '" << function << "': " - << "'" << t << "' == '" << u << "'" << std::endl; - ++test_errors(); - } -} - -}} // namespace boost::detail - -#define BOOST_TEST_NE(expr1,expr2) ( ::boost::detail::test_ne_impl(#expr1, #expr2, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION, expr1, expr2) ) - -#endif //BOOST_UUID_TEST_LIGHTWEIGHT_TEST_EX_HPP Index: libs/uuid/test/test_tagging.cpp =================================================================== --- libs/uuid/test/test_tagging.cpp (revision 69302) +++ libs/uuid/test/test_tagging.cpp (working copy) @@ -12,7 +12,6 @@ #include #include #include -#include "lightweight_test_ex.hpp" class object { Index: libs/uuid/test/test_random_generator.cpp =================================================================== --- libs/uuid/test/test_random_generator.cpp (revision 69302) +++ libs/uuid/test/test_random_generator.cpp (working copy) @@ -13,7 +13,6 @@ #include #include #include -#include "lightweight_test_ex.hpp" #include template Index: libs/uuid/test/test_uuid_class.cpp =================================================================== --- libs/uuid/test/test_uuid_class.cpp (revision 69302) +++ libs/uuid/test/test_uuid_class.cpp (working copy) @@ -14,7 +14,6 @@ #include #include -#include "lightweight_test_ex.hpp" class uuid_class : public boost::uuids::uuid { Index: libs/uuid/test/test_sha1.cpp =================================================================== --- libs/uuid/test/test_sha1.cpp (revision 69302) +++ libs/uuid/test/test_sha1.cpp (working copy) @@ -11,7 +11,6 @@ #include #include -#include "lightweight_test_ex.hpp" #include #include #include