X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ftest_filter_frontend_net.cpp;h=9b74cd355f265fc97e5b7ab560757a1683d7e444;hb=b84218609efb976d5b5270bd9e95a3c421af3a13;hp=f6b9c5d6208c4ea3d53c2bd2871a521476c21659;hpb=941d13b6a4dc2c2dd0e4bda89d380bfd8991b03b;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_frontend_net.cpp b/src/test_filter_frontend_net.cpp index f6b9c5d..9b74cd3 100644 --- a/src/test_filter_frontend_net.cpp +++ b/src/test_filter_frontend_net.cpp @@ -14,7 +14,7 @@ using namespace boost::unit_test; -class FilterInit: public yp2::Filter { +class FilterInit: public yp2::filter::Base { public: void process(yp2::Package & package) const { @@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE( test_filter_frontend_net_1 ) try { { - yp2::FilterFrontendNet nf; + yp2::filter::FrontendNet nf; } } catch ( ... ) { @@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE( test_filter_frontend_net_3 ) yp2::RouterChain router; // put in frontend first - yp2::FilterFrontendNet filter_front; + yp2::filter::FrontendNet filter_front; std::vector ports; ports.insert(ports.begin(), "unix:socket");