X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftest_filter_z3950_client.cpp;h=7090d4c23d790adf7da3a5bd687b8e79f48dff62;hb=d732b2b2ea19a0669f9a42ca6fd7bc14a3845fc5;hp=cb0717309dc8ddabe988c2cd1bc3697e87677eaf;hpb=5677d4b3d649db550ad67bf05d5c3d2c81e3eef2;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_z3950_client.cpp b/src/test_filter_z3950_client.cpp index cb07173..7090d4c 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.2 2005-10-16 16:09:58 adam Exp $ +/* $Id: test_filter_z3950_client.cpp,v 1.3 2005-10-24 14:33:30 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -26,9 +26,7 @@ BOOST_AUTO_TEST_CASE( test_filter_z3950_client_1 ) { try { - { - yp2::filter::Z3950Client zc; - } + yp2::filter::Z3950Client zc; // can we construct OK? } catch ( ... ) { BOOST_CHECK (false); @@ -59,7 +57,7 @@ BOOST_AUTO_TEST_CASE( test_filter_z3950_client_2 ) // Put it in router pack.router(router).move(); - // Inspect that we got Z39.50 init Response - a Z39.50 session + // Inspect that we got Z39.50 init Response - a Z39.50 session MUST // specify a virtual host yazpp_1::GDU *gdu = &pack.response();