X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_filter_virt_db.cpp;h=95d8d353e892269933ead59f7126bbd918310e33;hb=b70b9ec78f0ab1c3ed3b432de986159129a0e4ed;hp=f61f8a2559f8c601b90f6646951a48d5b2153213;hpb=1e61b0aa05e2351e33d909f7503eaf936a2d9bb0;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_virt_db.cpp b/src/test_filter_virt_db.cpp index f61f8a2..95d8d35 100644 --- a/src/test_filter_virt_db.cpp +++ b/src/test_filter_virt_db.cpp @@ -1,5 +1,5 @@ -/* $Id: test_filter_virt_db.cpp,v 1.13 2006-06-10 14:29:12 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. See the LICENSE file for details */ @@ -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;