X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_filter_factory.cpp;h=3b6be2c959c5982ac4fb195f71c623eca90db258;hb=872baf038ffe10f670ba45082c6911201e2ac4cb;hp=81012d4d113b064a914bee4c1593babbfa50bee4;hpb=14d0e634d5061208301502d813d488d1e82f190b;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_factory.cpp b/src/test_filter_factory.cpp index 81012d4..3b6be2c 100644 --- a/src/test_filter_factory.cpp +++ b/src/test_filter_factory.cpp @@ -1,8 +1,7 @@ -/* $Id: test_filter_factory.cpp,v 1.10 2006-01-04 14:30:51 adam Exp $ +/* $Id: test_filter_factory.cpp,v 1.11 2006-01-19 09:41:01 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% - */ #include @@ -97,10 +96,10 @@ BOOST_AUTO_UNIT_TEST( test_filter_factory_2 ) const std::string id = "dl"; // first load - BOOST_CHECK(ffactory.add_creator_dyn(id, ".libs")); + BOOST_CHECK(ffactory.add_creator_dl(id, ".libs")); // test double load - BOOST_CHECK(ffactory.add_creator_dyn(id, ".libs")); + BOOST_CHECK(ffactory.add_creator_dl(id, ".libs")); yp2::filter::Base* filter = 0; filter = ffactory.create(id);