18 Jul
2005
18 Jul
'05
8:54 a.m.
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