X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_filter_z3950_client.cpp;h=37f64a78e5b12305215d65f3b6ad60e01c0fa454;hb=2925d7556b673d7557603adc7f5b61057de438cf;hp=7090d4c23d790adf7da3a5bd687b8e79f48dff62;hpb=d732b2b2ea19a0669f9a42ca6fd7bc14a3845fc5;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_z3950_client.cpp b/src/test_filter_z3950_client.cpp index 7090d4c..37f64a7 100644 --- a/src/test_filter_z3950_client.cpp +++ b/src/test_filter_z3950_client.cpp @@ -1,4 +1,4 @@ -/* $Id: test_filter_z3950_client.cpp,v 1.3 2005-10-24 14:33:30 adam Exp $ +/* $Id: test_filter_z3950_client.cpp,v 1.5 2005-10-26 10:55:26 marc Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -10,7 +10,7 @@ #include "filter_z3950_client.hpp" -#include "router.hpp" +#include "router_chain.hpp" #include "session.hpp" #include "package.hpp" @@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE( test_filter_z3950_client_2 ) yp2::filter::Z3950Client zc; - router.rule(zc); + router.append(zc); // Create package with Z39.50 init request in it yp2::Package pack; @@ -83,7 +83,7 @@ BOOST_AUTO_TEST_CASE( test_filter_z3950_client_3 ) yp2::filter::Z3950Client zc; - router.rule(zc); + router.append(zc); // Create package with Z39.50 present request in it yp2::Package pack; @@ -125,7 +125,7 @@ BOOST_AUTO_TEST_CASE( test_filter_z3950_client_4 ) yp2::filter::Z3950Client zc; - router.rule(zc); + router.append(zc); // Create package with Z39.50 init request in it yp2::Package pack;