In tests use BOOST_AUTO_UNIT_TEST instead of BOOST_AUTO_TEST_CASE
[metaproxy-moved-to-github.git] / src / test_package1.cpp
index 5ec2520..7b88adf 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: test_package1.cpp,v 1.3 2005-10-15 14:09:09 adam Exp $
+/* $Id: test_package1.cpp,v 1.4 2005-12-02 12:21:07 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -15,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;