Year 2007.
[metaproxy-moved-to-github.git] / src / test_filter_virt_db.cpp
index d2828d2..95d8d35 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: test_filter_virt_db.cpp,v 1.12 2006-03-16 10:40:59 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: test_filter_virt_db.cpp,v 1.16 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
@@ -31,7 +31,7 @@ BOOST_AUTO_UNIT_TEST( test_filter_virt_db_1 )
 {
     try 
     {
-        mp::filter::Virt_db vdb;
+        mp::filter::VirtualDB vdb;
     }
     catch ( ... ) {
         BOOST_CHECK (false);
@@ -44,7 +44,7 @@ BOOST_AUTO_UNIT_TEST( test_filter_virt_db_2 )
     {
         mp::RouterChain router;
         
-        mp::filter::Virt_db vdb;
+        mp::filter::VirtualDB vdb;
         
         router.append(vdb);
         
@@ -201,14 +201,14 @@ BOOST_AUTO_UNIT_TEST( test_filter_virt_db_3 )
         router.append(filter_log1);
 #endif
    
-        mp::filter::Virt_db vdb;        
+        mp::filter::VirtualDB vdb;        
         router.append(vdb);
         vdb.add_map_db2target("Default", "localhost:210", "");
         mp::filter::Log filter_log2("BACK");
 #if 0
         router.append(filter_log2);
 #endif
-        mp::filter::Backend_test btest;
+        mp::filter::BackendTest btest;
         router.append(btest);
 
         mp::Session session1;