Filter virt_db allows multiple databases.. Each of these is
[metaproxy-moved-to-github.git] / src / test_package1.cpp
index df11356..7b88adf 100644 (file)
@@ -1,3 +1,8 @@
+/* $Id: test_package1.cpp,v 1.4 2005-12-02 12:21:07 adam Exp $
+   Copyright (c) 2005, Index Data.
+
+%LICENSE%
+ */
 
 #include "config.hpp"
 #include <iostream>
@@ -10,7 +15,7 @@
 
 using namespace boost::unit_test;
 
-BOOST_AUTO_TEST_CASE( test_package1_1 )
+BOOST_AUTO_UNIT_TEST( test_package1_1 )
 {
     try {
         yp2::Package package1;
@@ -30,6 +35,7 @@ BOOST_AUTO_TEST_CASE( test_package1_1 )
  * Local variables:
  * c-basic-offset: 4
  * indent-tabs-mode: nil
+ * c-file-style: "stroustrup"
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */