12 #include <boost/scoped_ptr.hpp> 13 #include <boost/test/unit_test.hpp> 15 #include "eckit/config/LocalConfiguration.h" 31 boost::scoped_ptr<const eckit::LocalConfiguration>
conf_;
41 BOOST_CHECK(
vars.get());
44 BOOST_CHECK(!
vars.get());
53 BOOST_CHECK(other.get());
56 BOOST_CHECK(!other.get());
58 BOOST_CHECK(
vars.get());
62 BOOST_AUTO_TEST_SUITE_END()
boost::scoped_ptr< const eckit::LocalConfiguration > conf_
static const eckit::Configuration & config()
void testCopyConstructor()
BOOST_AUTO_TEST_CASE(test_GomL95_constructor)