X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Ftest_filter_factory.cpp;h=81012d4d113b064a914bee4c1593babbfa50bee4;hb=14d0e634d5061208301502d813d488d1e82f190b;hp=4ee69600617b62bbf9de237d3474ed5cb44f7693;hpb=ad428707d2a52bbe4db21e47c5ebb26e13598484;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_factory.cpp b/src/test_filter_factory.cpp index 4ee6960..81012d4 100644 --- a/src/test_filter_factory.cpp +++ b/src/test_filter_factory.cpp @@ -1,4 +1,4 @@ -/* $Id: test_filter_factory.cpp,v 1.9 2006-01-04 11:55:32 adam Exp $ +/* $Id: test_filter_factory.cpp,v 1.10 2006-01-04 14:30:51 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -11,7 +11,7 @@ #include "config.hpp" #include "filter.hpp" #include "package.hpp" -#include "filter_factory.hpp" +#include "factory_filter.hpp" #define BOOST_AUTO_TEST_MAIN @@ -53,7 +53,7 @@ BOOST_AUTO_UNIT_TEST( test_filter_factory_1 ) { try { - yp2::FilterFactory ffactory; + yp2::FactoryFilter ffactory; XFilter xf; YFilter yf; @@ -92,7 +92,7 @@ BOOST_AUTO_UNIT_TEST( test_filter_factory_1 ) BOOST_AUTO_UNIT_TEST( test_filter_factory_2 ) { try { - yp2::FilterFactory ffactory; + yp2::FactoryFilter ffactory; const std::string id = "dl";