X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_router_flexml.cpp;h=23d93390d839b9b9e844c74d06d06928fcdceb0c;hb=35f51b468b01c18772b50d15a4586a15fe4f6b50;hp=c082be36bb582d1b4e5ab6b7c75546fdcc4d2134;hpb=474111be67deb87130a5f0add13df89c89df346a;p=metaproxy-moved-to-github.git diff --git a/src/test_router_flexml.cpp b/src/test_router_flexml.cpp index c082be3..23d9339 100644 --- a/src/test_router_flexml.cpp +++ b/src/test_router_flexml.cpp @@ -1,4 +1,4 @@ -/* $Id: test_router_flexml.cpp,v 1.3 2005-10-31 09:40:18 marc Exp $ +/* $Id: test_router_flexml.cpp,v 1.4 2005-10-31 11:59:08 marc Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -25,32 +25,31 @@ public: BOOST_AUTO_TEST_CASE( test_router_flexml_1 ) { try{ - TFilter filter; - - std::string xmlconf = "" - "" - "" - "" - "" - "210" - "" - "" - "mylog.log" - "" - "" - "" - "" - "" - "" - "" - "" - ""; + std::string xmlconf = "\n" + "\n" + "\n" + "\n" + "\n" + "210\n" + "\n" + "\n" + "mylog.log\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n"; + yp2::RouterFleXML rflexml(xmlconf); - + BOOST_CHECK (true); - + //BOOST_CHECK_EQUAL(filter.name(), std::string("filter1")); }