Finished version 0.1 of media server .. Jay !!!
[mediaserv.git] / Server / StreamConnection.test.cc
diff --git a/Server/StreamConnection.test.cc b/Server/StreamConnection.test.cc
new file mode 100644 (file)
index 0000000..15d85d7
--- /dev/null
@@ -0,0 +1,28 @@
+// $Id$
+//
+// Copyright (C) 2006 
+
+// Unit tests
+
+//#include "Connection.test.hh"
+//#include "Connection.test.ih"
+
+// Custom includes
+#include "StreamConnection.hh"
+
+#include <boost/test/auto_unit_test.hpp>
+#include <boost/test/test_tools.hpp>
+
+#define prefix_
+///////////////////////////////cc.p////////////////////////////////////////
+
+BOOST_AUTO_UNIT_TEST(connection)
+{}
+
+///////////////////////////////cc.e////////////////////////////////////////
+#undef prefix_
+
+\f
+// Local Variables:
+// mode: c++
+// End: