X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_filter_auth_simple.cpp;h=9872e2e301a5a33aec01246b6d6f3c8942b3f6ac;hb=bf6a5858e2c8839a5f8a4bdf087bcb94c54084bb;hp=e057842272a88cb69a8b82d4a33826feffa5533c;hpb=dfea092810f0735486a91bdb42d47cc9e9c3bc5a;p=metaproxy-moved-to-github.git diff --git a/src/test_filter_auth_simple.cpp b/src/test_filter_auth_simple.cpp index e057842..9872e2e 100644 --- a/src/test_filter_auth_simple.cpp +++ b/src/test_filter_auth_simple.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2009 Index Data + Copyright (C) 2005-2011 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -21,10 +21,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include "filter_auth_simple.hpp" -#include "util.hpp" +#include #include "router_chain.hpp" -#include "session.hpp" -#include "package.hpp" +#include #define BOOST_AUTO_TEST_MAIN #define BOOST_TEST_DYN_LINK @@ -52,6 +51,7 @@ public: } package.move(); }; + void configure(const xmlNode* ptr, bool test_only, const char *path) {}; };