Re: [Boost-testing] Re: [test] [thread] including unit_test_suite_ex.hppfails to compile

On Fri, 11 Mar 2005 10:25:53 -0500, Gennadiy Rozental <gennadiy.rozental@thomson.com> wrote:
"Caleb Epstein" <caleb.epstein@gmail.com> wrote in message news:989aceac050311071548498e@mail.gmail.com...
One of the Boost.Thread library test programs (test_mutex.cpp) fails to compile due to the inclusion of the header file <boost/test/unit_test_suite_ex.hpp>. This file includes another file which does not exist:
This test seems to be failing across several platforms.
boost/test/unit_test_suite_ex.hpp is not needed anymore. Use boost/test/unit_test.hpp instead.
Here's a patch. Can someone please apply? I don't have write access to the repository: Index: libs/thread/test/test_mutex.cpp =================================================================== RCS file: /cvsroot/boost/boost/libs/thread/test/test_mutex.cpp,v retrieving revision 1.11 diff -u -b -r1.11 test_mutex.cpp --- libs/thread/test/test_mutex.cpp 19 Aug 2004 19:38:39 -0000 1.11 +++ libs/thread/test/test_mutex.cpp 14 Mar 2005 14:10:03 -0000 @@ -17,7 +17,6 @@ #include <boost/thread/condition.hpp> #include <boost/test/unit_test.hpp> -#include <boost/test/unit_test_suite_ex.hpp> #define DEFAULT_EXECUTION_MONITOR_TYPE execution_monitor::use_sleep_only #include <libs/thread/test/util.inl> -- Caleb Epstein caleb dot epstein at gmail dot com

Caleb Epstein wrote:
On Fri, 11 Mar 2005 10:25:53 -0500, Gennadiy Rozental <gennadiy.rozental@thomson.com> wrote:
"Caleb Epstein" <caleb.epstein@gmail.com> wrote in message news:989aceac050311071548498e@mail.gmail.com...
One of the Boost.Thread library test programs (test_mutex.cpp) fails to compile due to the inclusion of the header file <boost/test/unit_test_suite_ex.hpp>. This file includes another file which does not exist:
<snip>
boost/test/unit_test_suite_ex.hpp is not needed anymore. Use boost/test/unit_test.hpp instead.
Here's a patch. Can someone please apply? I don't have write access to the repository:
<snipped patch> Done. Mike
participants (2)
-
Caleb Epstein
-
Michael Glassford