Year 2007.
[metaproxy-moved-to-github.git] / src / test_boost_threads.cpp
index 850aaf0..6e48801 100644 (file)
@@ -1,4 +1,10 @@
+/* $Id: test_boost_threads.cpp,v 1.9 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
+   See the LICENSE file for details
+ */
+
+#include "config.hpp"
 #include <boost/thread/mutex.hpp>
 #include <boost/thread/thread.hpp>
 
@@ -36,7 +42,7 @@ public:
 #define USE_GROUP 1
 
 
-BOOST_AUTO_TEST_CASE( thread_group )
+BOOST_AUTO_UNIT_TEST( thread_group )
 {
     try 
     {
@@ -58,7 +64,7 @@ BOOST_AUTO_TEST_CASE( thread_group )
 }
 
 
-BOOST_AUTO_TEST_CASE( thread_list )
+BOOST_AUTO_UNIT_TEST( thread_list )
 {
     try 
     {
@@ -91,6 +97,7 @@ BOOST_AUTO_TEST_CASE( thread_list )
  * Local variables:
  * c-basic-offset: 4
  * indent-tabs-mode: nil
+ * c-file-style: "stroustrup"
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */