X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_session1.cpp;h=e29f3f3d7f84322fe487866c538569ed8878a7a8;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=77423a75942b5501c39d6b0dbb22a7f979b48eb0;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/src/test_session1.cpp b/src/test_session1.cpp index 77423a7..e29f3f3 100644 --- a/src/test_session1.cpp +++ b/src/test_session1.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 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 @@ -17,7 +17,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.hpp" -#include "session.hpp" +#include #include @@ -28,10 +28,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA using namespace boost::unit_test; namespace mp = metaproxy_1; -BOOST_AUTO_TEST_CASE( testsession1 ) +BOOST_AUTO_TEST_CASE( testsession1 ) { - // test session + // test session try { mp::Session session1; mp::Session session2;