Added Jamfile for project which makes example programs + yp2 lib
[metaproxy-moved-to-github.git] / src / test_filter2.cpp
index 9325f05..c6295b8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: test_filter2.cpp,v 1.13 2005-10-26 10:55:26 marc Exp $
+/* $Id: test_filter2.cpp,v 1.15 2005-10-31 09:40:18 marc Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -122,9 +122,7 @@ BOOST_AUTO_TEST_CASE( testfilter2_1 )
 {
     try {
        FilterConstant fc;
-        fc.name() = "FilterConstant";
        FilterDouble fd;
-        fd.name() = "FilterDouble";
 
        {
            yp2::RouterChain router1;