X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_filter_z3950_client.cpp;h=37f64a78e5b12305215d65f3b6ad60e01c0fa454;hb=2925d7556b673d7557603adc7f5b61057de438cf;hp=4f93e3867c7d76aa339d6cac09e3063416dd282d;hpb=d7b1186d1f020678b617e2368415485bffef93f9;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_z3950_client.cpp b/src/test_filter_z3950_client.cpp index 4f93e38..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.4 2005-10-26 10:21:03 marc Exp $ +/* $Id: test_filter_z3950_client.cpp,v 1.5 2005-10-26 10:55:26 marc Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -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;