|
Boost Users : |
From: Serge Skorokhodov (serge.skorokhodov_at_[hidden])
Date: 2005-07-18 03:54:40
Hi,
I run into a problem switching from unit_test 1.32 to 1.33.
The code for test log configuration must be changed from
something like
using namespace boost::unit_test;
unit_test_log::instance().set_log_threshold_level(...) etc.
to something like
unit_test_log.instance().set_threshold_level(...) etc;
I believe that it worth mentioning in release notes;)
Another question: it is still impossible to link main
implementation automatically in the lib rather than pull it in
directly with
#include "boost/test/included/unit_test_framework.hpp"?
-- Serge
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net