First complete implementation of Connection class
[mediaserv.git] / Server / StreamConnection.test.cc
1 // $Id$
2 //
3 // Copyright (C) 2006 
4
5 // Unit tests
6
7 //#include "Connection.test.hh"
8 //#include "Connection.test.ih"
9
10 // Custom includes
11 #include "StreamConnection.hh"
12
13 #include <boost/test/auto_unit_test.hpp>
14 #include <boost/test/test_tools.hpp>
15
16 #define prefix_
17 ///////////////////////////////cc.p////////////////////////////////////////
18
19 BOOST_AUTO_UNIT_TEST(connection)
20 {}
21
22 ///////////////////////////////cc.e////////////////////////////////////////
23 #undef prefix_
24
25 \f
26 // Local Variables:
27 // mode: c++
28 // End: