Use boost::scoped_ptr for Log filter
[metaproxy-moved-to-github.git] / src / test_session2.cpp
index 6e96266..6e237ad 100644 (file)
@@ -1,3 +1,8 @@
+/* $Id: test_session2.cpp,v 1.6 2005-12-02 12:21:07 adam Exp $
+   Copyright (c) 2005, Index Data.
+
+%LICENSE%
+ */
 #include "config.hpp"
 #include "session.hpp"
 
@@ -43,7 +48,7 @@ class Worker
 
 
 
-BOOST_AUTO_TEST_CASE( testsession2 ) 
+BOOST_AUTO_UNIT_TEST( testsession2 ) 
 {
 
     // test session 
@@ -78,6 +83,7 @@ BOOST_AUTO_TEST_CASE( testsession2 )
  * Local variables:
  * c-basic-offset: 4
  * indent-tabs-mode: nil
+ * c-file-style: "stroustrup"
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */