From: Adam Dickmeiss Date: Fri, 2 Nov 2007 17:47:41 +0000 (+0000) Subject: Fixed bug #1589: tests does not compile for libboost 1.34.1. X-Git-Tag: METAPROXY.1.0.13~42 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=0264192f26c10308aad161983ea29568c96521a6;hp=0264192f26c10308aad161983ea29568c96521a6;p=metaproxy-moved-to-github.git Fixed bug #1589: tests does not compile for libboost 1.34.1. We now use #define BOOST_AUTO_TEST_MAIN #define BOOST_TEST_DYN_LINK #include .. BOOST_AUTO_TEST_CASE( mytest) { } . ---