X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest_session1.cpp;h=2aaa5517e372b2d772d782865eacbd7d4fb1885e;hb=13447dbaee9e465d4da72b8914810e8ee4f632c6;hp=5078506f79e3fed7b20b8a2afd418808971175e9;hpb=e9530d6289df9b848e4901d7c73f5a2f27706d66;p=metaproxy-moved-to-github.git diff --git a/src/test_session1.cpp b/src/test_session1.cpp index 5078506..2aaa551 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) 2005-2013 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; @@ -57,8 +57,9 @@ BOOST_AUTO_TEST_CASE( testsession1 ) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +