1 /* $Id: test_package1.cpp,v 1.4 2005-12-02 12:21:07 adam Exp $
2 Copyright (c) 2005, Index Data.
11 #include "package.hpp"
13 #define BOOST_AUTO_TEST_MAIN
14 #include <boost/test/auto_unit_test.hpp>
16 using namespace boost::unit_test;
18 BOOST_AUTO_UNIT_TEST( test_package1_1 )
21 yp2::Package package1;
25 yp2::Package package2(package1.session(), origin);
27 BOOST_CHECK_EQUAL(package1.session().id(), package2.session().id());
37 * indent-tabs-mode: nil
38 * c-file-style: "stroustrup"
40 * vim: shiftwidth=4 tabstop=8 expandtab