Named routes for filter virt_db. Example in etc/config2.xml
[metaproxy-moved-to-github.git] / src / test_filter_virt_db.cpp
index 4ec8efc..0a581b1 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: test_filter_virt_db.cpp,v 1.9 2005-12-02 12:21:07 adam Exp $
+/* $Id: test_filter_virt_db.cpp,v 1.10 2006-01-11 11:51:50 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_db2vhost("Default", "localhost:210", "");
         yp2::filter::Log filter_log2("BACK");
 #if 0
         router.append(filter_log2);