From afcd8e2884a093592d2da98461551613e2648af8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 16 Jan 2006 17:02:55 +0000 Subject: [PATCH] Fix test --- src/test_filter_virt_db.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test_filter_virt_db.cpp b/src/test_filter_virt_db.cpp index 0a581b1..f095373 100644 --- a/src/test_filter_virt_db.cpp +++ b/src/test_filter_virt_db.cpp @@ -1,4 +1,4 @@ -/* $Id: test_filter_virt_db.cpp,v 1.10 2006-01-11 11:51:50 adam Exp $ +/* $Id: test_filter_virt_db.cpp,v 1.11 2006-01-16 17:02:55 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -202,7 +202,7 @@ BOOST_AUTO_UNIT_TEST( test_filter_virt_db_3 ) yp2::filter::Virt_db vdb; router.append(vdb); - vdb.add_map_db2vhost("Default", "localhost:210", ""); + vdb.add_map_db2target("Default", "localhost:210", ""); yp2::filter::Log filter_log2("BACK"); #if 0 router.append(filter_log2); -- 1.7.10.4