some unimportant clean-ups ;)
tho [Sat, 14 Mar 2009 15:39:30 +0000 (15:39 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1153 270642c3-0616-0410-b53a-bc976706d245

134 files changed:
PPI/ActiveFeeder.test.cc
PPI/AnnotationRouter.test.cc
PPI/CloneSource.test.cc
PPI/Connectors.test.cc
PPI/DebugEvent.test.cc
PPI/DebugModules.test.cc
PPI/DiscardSink.test.cc
PPI/Duplicators.test.cc
PPI/EventManager.test.cc
PPI/Events.test.cc
PPI/IOEvent.test.cc
PPI/IdleEvent.test.cc
PPI/IntervalTimer.test.cc
PPI/Joins.test.cc
PPI/Module.test.cc
PPI/ModuleManager.test.cc
PPI/MonitorModule.test.cc
PPI/PassiveQueue.test.cc
PPI/Queueing.test.cc
PPI/Route.test.cc
PPI/Setup.test.cc
PPI/SocketSink.test.cc
PPI/SocketSource.test.cc
PPI/ThrottleBarrier.test.cc
Packets/80211Bundle/RadiotapPacket.test.cc
Packets/80211Bundle/WLANPacket.test.cc
Packets/80221Bundle/MIHPacket.test.cc
Packets/80221Bundle/TLVPacket.test.cc
Packets/ArrayParser.test.cc
Packets/AuxParser.test.cc
Packets/DefaultBundle/EthernetPacket.test.cc
Packets/DefaultBundle/IPv4Packet.test.cc
Packets/DefaultBundle/IPv6Extensions.test.cc
Packets/DefaultBundle/IPv6Packet.cc
Packets/DefaultBundle/LlcSnapPacket.test.cc
Packets/DefaultBundle/RTPPacket.test.cc
Packets/DefaultBundle/UDPPacket.test.cc
Packets/DefaultBundle/extra_tests/PacketLink.test.cc
Packets/IntParser.test.cc
Packets/ListBParser.test.cc
Packets/ListNParser.test.cc
Packets/ListParser.test.cc
Packets/MPEGDVBBundle/DTCPPacket.test.cc
Packets/MPEGDVBBundle/GREPacket.test.cc
Packets/MPEGDVBBundle/MPESection.test.cc
Packets/MPEGDVBBundle/TransportPacket.test.cc
Packets/Packet.test.cc
Packets/PacketData.test.cc
Packets/PacketImpl.test.cc
Packets/PacketInterpreter.test.cc
Packets/PacketParser.test.cc
Packets/PacketRegistry.test.cc
Packets/ParseHelpers.test.cc
Packets/SafeIterator.test.cc
Packets/VariantParser.test.cc
Packets/VectorParser.test.cc
Scheduler/ClockService.test.cc
Scheduler/EventManager.test.cc
Scheduler/FdEvent.test.cc
Scheduler/Poller.test.cc
Scheduler/Scheduler.test.cc
Scheduler/SignalEvent.test.cc
Scheduler/TimerEvent.test.cc
Socket/ClientSocketHandle.test.cc
Socket/FileHandle.test.cc
Socket/NetdeviceController.test.cc
Socket/ProtocolClientSocketHandle.test.cc
Socket/ProtocolServerSocketHandle.test.cc
Socket/Protocols/BSDAddressingPolicy.test.cc
Socket/Protocols/BSDSocketAddress.test.cc
Socket/Protocols/DVB/DVBFrontendHandle.cc
Socket/Protocols/INet/INet4Address.test.cc
Socket/Protocols/INet/INet6Address.test.cc
Socket/Protocols/INet/INetAddressing.test.cc
Socket/Protocols/INet/MulticastSocketProtocol.test.cc
Socket/Protocols/INet/RawINetSocketHandle.test.cc
Socket/Protocols/INet/TCPSocketHandle.test.cc
Socket/Protocols/INet/UDPSocketHandle.test.cc
Socket/Protocols/Raw/LLAddressing.test.cc
Socket/Protocols/Raw/MACAddress.test.cc
Socket/Protocols/Raw/PacketSocketHandle.test.cc
Socket/Protocols/Raw/TunTapSocketHandle.test.cc
Socket/Protocols/UN/UNDatagramSocketHandle.test.cc
Socket/Protocols/UN/UNSocketProtocol.test.cc
Socket/ServerSocketHandle.test.cc
Socket/SocketHandle.cti
Socket/SocketHandle.hh
Socket/SocketHandle.test.cc
Socket/SocketPolicy.test.cc
Socket/SocketProtocol.test.cc
Utils/Buffer.test.cc
Utils/Console/Config.test.cc
Utils/Console/ConfigFile.test.cc
Utils/Console/Executor.test.cc
Utils/Console/Node.test.cc
Utils/Console/OverloadedCommand.test.cc
Utils/Console/Parse.test.cc
Utils/Console/ParsedCommand.test.cc
Utils/Console/ProgramOptions.test.cc
Utils/Console/STLSupport.test.cc
Utils/Console/ScopedDirectory.test.cc
Utils/Console/Server.test.cc
Utils/Console/Traits.test.cc
Utils/Console/Variables.test.cc
Utils/Daemon/Daemon.test.cc
Utils/DiscardStream.test.cc
Utils/Exception.test.cc
Utils/IpChecksum.test.cc
Utils/IteratorTraits.test.cc
Utils/Logger/AreaRegistry.test.cc
Utils/Logger/Config.test.cc
Utils/Logger/FileTarget.test.cc
Utils/Logger/Log.test.cc
Utils/Logger/Parameters.test.cc
Utils/Logger/StreamRegistry.test.cc
Utils/Logger/SyslogTarget.test.cc
Utils/Logger/SyslogUDPTarget.test.cc
Utils/Logger/Target.test.cc
Utils/String.test.cc
Utils/Tags.test.cc
Utils/Termlib/Telnet.test.cc
Utils/Termlib/Terminfo.test.cc
Utils/TypeIdValue.test.cc
Utils/TypeInfo.test.cc
Utils/hexdump.test.cc
Utils/intrusive_refcount.test.cc
Utils/membind.test.cc
Utils/mpl.test.cc
Utils/parameter.test.cc
Utils/pool_alloc_mixin.test.cc
Utils/preprocessor.test.cc
Utils/safe_bool.test.cc
Utils/singleton.test.cc
Utils/type_traits.test.cc

index 8fade6a..f54e426 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ActiveFeeder.test unit tests */
+    \brief ActiveFeeder unit tests */
 
 //#include "ActiveFeeder.test.hh"
 //#include "ActiveFeeder.test.ih"
index ca0c0ab..7787864 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief AnnotationRouter.test unit tests */
+    \brief AnnotationRouter unit tests */
 
 //#include "AnnotationRouter.test.hh"
 //#include "AnnotationRouter.test.ih"
index 105ad0d..d2f459c 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief CloneSource.test unit tests */
+    \brief CloneSource unit tests */
 
 //#include "CloneSource.test.hh"
 //#include "CloneSource.test.ih"
index a793d26..20b7e3e 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Connectors.test unit tests */
+    \brief Connectors unit tests */
 
 //#include "Connectors.test.hh"
 //#include "Connectors.test.ih"
index 840d52b..e721ca9 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief DebugEvent.test unit tests */
+    \brief DebugEvent unit tests */
 
 //#include "DebugEvent.test.hh"
 //#include "DebugEvent.test.ih"
index 854d7fd..fa198bd 100644 (file)
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief DebubgModules.test unit tests */
+    \brief DebubgModules unit tests */
 
 //#include "DebubgModules.test.hh"
 //#include "DebubgModules.test.ih"
 
-
 // Custom includes
 #include <algorithm>
 #include <sstream>
index c6e1907..b57c6db 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief DiscardSink.test unit tests */
+    \brief DiscardSink unit tests */
 
 //#include "DiscardSink.test.hh"
 //#include "DiscardSink.test.ih"
index 4cfd740..40f40d9 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Duplicators.test unit tests */
+    \brief Duplicators unit tests */
 
 //#include "Duplicators.test.hh"
 //#include "Duplicators.test.ih"
index ee1c584..ed750a9 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief EventManager.test unit tests */
+    \brief EventManager unit tests */
 
 //#include "EventManager.test.hh"
 //#include "EventManager.test.ih"
index 6d0c30e..c80448a 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Events.test unit tests */
+    \brief Events unit tests */
 
 //#include "Events.test.hh"
 //#include "Events.test.ih"
index 32ee266..226f281 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief IOEvent.test unit tests */
+    \brief IOEvent unit tests */
 
 //#include "IOEvent.test.hh"
 //#include "IOEvent.test.ih"
index f9eafd0..c5f2352 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief IdleEvent.test unit tests */
+    \brief IdleEvent unit tests */
 
 //#include "IdleEvent.test.hh"
 //#include "IdleEvent.test.ih"
index e7e9882..b32cc31 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief IntervalTimer.test unit tests */
+    \brief IntervalTimer unit tests */
 
 //#include "IntervalTimer.test.hh"
 //#include "IntervalTimer.test.ih"
index c0fca8e..7e14488 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Joins.test unit tests */
+    \brief Joins unit tests */
 
 //#include "Joins.test.hh"
 //#include "Joins.test.ih"
index cca1208..ca67844 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Module.test unit tests */
+    \brief Module unit tests */
 
 //#include "Module.test.hh"
 //#include "Module.test.ih"
index 59b0b6b..c6f1373 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ModuleManager.test unit tests */
+    \brief ModuleManager unit tests */
 
 //#include "ModuleManager.test.hh"
 //#include "ModuleManager.test.ih"
index 9fd3ee7..c86cd84 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief MonitorModule.test unit tests */
+    \brief MonitorModule unit tests */
 
 //#include "MonitorModule.test.hh"
 //#include "MonitorModule.test.ih"
index 2b86007..172db85 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief PassiveQueue.test unit tests */
+    \brief PassiveQueue unit tests */
 
 //#include "PassiveQueue.test.hh"
 //#include "PassiveQueue.test.ih"
index 9f3e63a..5f18e15 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Queueing.test unit tests */
+    \brief Queueing unit tests */
 
 //#include "Queueing.test.hh"
 //#include "Queueing.test.ih"
index efa3f12..24892bf 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Route.test unit tests */
+    \brief Route unit tests */
 
 //#include "Route.test.hh"
 //#include "Route.test.ih"
index e6a4fb7..6a2477a 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Setup.test unit tests */
+    \brief Setup unit tests */
 
 //#include "Setup.test.hh"
 //#include "Setup.test.ih"
index fa2f062..3cd3651 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief SocketSink.test unit tests */
+    \brief SocketSink unit tests */
 
 //#include "SocketSink.test.hh"
 //#include "SocketSink.test.ih"
index a1f3711..f922db8 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief SocketSource.test unit tests */
+    \brief SocketSource unit tests */
 
 //#include "SocketSource.test.hh"
 //#include "SocketSource.test.ih"
index efcdbae..4c7abef 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ThrottleBarrier.test unit tests */
+    \brief ThrottleBarrier unit tests */
 
 //#include "ThrottleBarrier.test.hh"
 //#include "ThrottleBarrier.test.ih"
index 33ee3fa..3a0cb0b 100644 (file)
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Definition of non-inline non-template functions
+/** \file
+    \brief RadiotapPacket unit tests */
 
 // Custom includes
+#include "RadiotapPacket.hh"
 #include "../../Packets/Packets.hh"
+
 #include "../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
-#include "RadiotapPacket.hh"
-
 
+///////////////////////////////cc.p////////////////////////////////////////
 BOOST_AUTO_UNIT_TEST(RadiotapPacket_packet)
 {
     /* used madwifi 0.9.4 */
index e91cdc8..f1f9437 100644 (file)
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief WLANPacket.test unit tests */
+    \brief WLANPacket unit tests */
 
 // Custom includes
-
+#include "WLANPacket.hh"
 #include "../../Packets/Packets.hh"
+
 #include "../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
-#include "WLANPacket.hh"
 
+///////////////////////////////cc.p////////////////////////////////////////
 /* test parser with a data frame */
 BOOST_AUTO_UNIT_TEST(WLANPacket_dataFrame_packet)
 {
index 4fcbdbc..3b021ee 100644 (file)
 //#include "MIHPacket.test.hh"
 //#include "MIHPacket.test.ih"
 
-#include "../../Utils/auto_unit_test.hh"
-#include <boost/test/test_tools.hpp>
-
+// Custom includes
 #include "MIHPacket.hh"
 
-using namespace senf;
+#include "../../Utils/auto_unit_test.hh"
+#include <boost/test/test_tools.hpp>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
+using namespace senf;
 
 BOOST_AUTO_UNIT_TEST(MIHPacket_create_string)
 {
index 2ba1864..8dc8df2 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief TLVPacket unit tests */
 
 //#include "TLVPacket.test.hh"
 //#include "TLVPacket.test.ih"
index 2ae6a11..fe5c517 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief ArrayParser unit tests */
 
 //#include "ArrayParser.test.hh"
 //#include "ArrayParser.test.ih"
index af26822..ff7aaa2 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief AuxParser.test unit tests */
+    \brief AuxParser unit tests */
 
 //#include "AuxParser.test.hh"
 //#include "AuxParser.test.ih"
index 29f85cc..f3dca00 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief EthernetPacket unit tests */
 
 //#include "EthernetPacket.test.hh"
 //#include "EthernetPacket.test.ih"
index 7ddbe86..a93e631 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief IPv4Packet unit tests */
 
 //#include "IPv4Packet.test.hh"
 //#include "IPv4Packet.test.ih"
index a82a73a..31c3fe8 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief IPv6Extensions.test unit tests */
+    \brief IPv6Extensions unit tests */
 
 //#include "IPv6Extensions.test.hh"
 //#include "IPv6Extensions.test.ih"
@@ -30,7 +30,6 @@
 #include "IPv6Extensions.hh"
 #include "IPv6Packet.hh"
 #include "UDPPacket.hh"
-#include "../../Socket/Protocols/INet/INetAddressing.hh"
 
 #include "../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
index ca4fc8f..a0f9083 100644 (file)
@@ -30,7 +30,6 @@
 #include <iomanip>
 #include <boost/io/ios_state.hpp>
 #include "EthernetPacket.hh"
-#include "../../Socket/Protocols/INet/INetAddressing.hh"
 
 //#include "IPv6Packet.mpp"
 #define prefix_
index e3e51a6..37890c9 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief LlcSnapPacket unit tests */
 
 //#include "LlcSnapPacket.test.hh"
 //#include "LlcSnapPacket.test.ih"
index 58dd16c..04ee7aa 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief RTPPacket unit tests */
 
 // Custom includes
 #include "RTPPacket.hh"
index 18722a3..cec4ec1 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief UDPPacket unit tests */
 
 //#include "UDPPacket.test.hh"
 //#include "UDPPacket.test.ih"
index e84cd9d..d5bc380 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief PacketLink.test unit tests */
+    \brief PacketLink unit tests */
 
 //#include "PacketLink.test.hh"
 //#include "PacketLink.test.ih"
index 2ef9ff2..1cf05ab 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief IntParser unit tests */
 
 //#include "IntParser.test.hh"
 //#include "IntParser.test.ih"
index 585f176..d1fc125 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ListBParser.test unit tests */
+    \brief ListBParser unit tests */
 
 //#include "ListBParser.test.hh"
 //#include "ListBParser.test.ih"
index 412c35b..4d356f1 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ListNParser.test unit tests */
+    \brief ListNParser unit tests */
 
 //#include "ListNParser.test.hh"
 //#include "ListNParser.test.ih"
index 438f5c4..8f82c66 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ListParser.test unit tests */
+    \brief ListParser unit tests */
 
 //#include "ListParser.test.hh"
 //#include "ListParser.test.ih"
index 7e03d14..c8edbc3 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief DTCPPacket.test unit tests */
+    \brief DTCPPacket unit tests */
 
 //#include "DTCPPacket.test.hh"
 //#include "DTCPPacket.test.ih"
 
 BOOST_AUTO_UNIT_TEST(dtcpPacket)
 {
-    unsigned char data[] = { 0x11,                 // versionNumber = 1, command = JOIN
-                             5,                    // interval
-                             0x0A, 0x0B,           // sequence number
-                             0x14,                 // receiveCapable = true, ipVersion = 4
-                             23,                   // tunnelProtocol
-                             2,                    // fbipCount
-                             0x00,
-                             101, 102, 103, 104,   // fbip1
-                             201, 202, 203, 204 }; // fbip2
+    unsigned char data[] = { 
+            0x11,                 // versionNumber = 1, command = JOIN
+            5,                    // interval
+            0x0A, 0x0B,           // sequence number
+            0x14,                 // receiveCapable = true, ipVersion = 4
+            23,                   // tunnelProtocol
+            2,                    // fbipCount
+            0x00,
+            101, 102, 103, 104,   // fbip1
+            201, 202, 203, 204    // fbip2
+    };
 
     senf::DTCPHelloPacket hello (senf::DTCPHelloPacket::create(
                                      boost::make_iterator_range(data, data+sizeof(data))));
index c27c7d4..c3481fa 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief GREPacket unit tests */
 
 //#include "GREPacket.test.hh"
 //#include "GREPacket.test.ih"
index 6d8969a..66bca28 100644 (file)
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief MPESection unit tests */
 
 //#include "MPESection.test.hh"
 //#include "MPESection.test.ih"
 
 // Custom includes
 #include "MPESection.hh"
-
-#include "../../Utils/auto_unit_test.hh"
 #include "../../Packets/DefaultBundle/LlcSnapPacket.hh"
 #include "../../Packets/DefaultBundle/EthernetPacket.hh"
 #include "../../Packets/DefaultBundle/IPv4Packet.hh"
+
+#include "../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
index caa2b02..50b2377 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief TransportPacket unit tests */
 
 //#include "TransportPacket.test.hh"
 //#include "TransportPacket.test.ih"
index 521dfcb..18b8fe9 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Packet.test unit tests */
+    \brief Packet unit tests */
 
 //#include "Packet.test.hh"
 //#include "Packet.test.ih"
index 3cd5d91..76806f6 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief PacketData.test unit tests */
+    \brief PacketData unit tests */
 
 //#include "PacketData.test.hh"
 //#include "PacketData.test.ih"
index fe31d95..649bd0f 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief PacketImpl.test unit tests */
+    \brief PacketImpl unit tests */
 
 //#include "PacketImpl.test.hh"
 //#include "PacketImpl.test.ih"
index 679940a..8e8d8c2 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief PacketInterpreter.test unit tests */
+    \brief PacketInterpreter unit tests */
 
 //#include "PacketInterpreter.test.hh"
 //#include "PacketInterpreter.test.ih"
index 7adc52a..0a120b9 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief PacketParser.test unit tests */
+    \brief PacketParser unit tests */
 
 //#include "PacketParser.test.hh"
 //#include "PacketParser.test.ih"
index 8521827..a30c8fb 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief PacketRegistry unit tests */
 
 //#include "PacketRegistry.test.hh"
 //#include "PacketRegistry.test.ih"
index e4aa5bd..b5a5f22 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ParseHelpers.test unit tests */
+    \brief ParseHelpers unit tests */
 
 //#include "ParseHelpers.test.hh"
 //#include "ParseHelpers.test.ih"
index 32916bb..171f834 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief SafeIterator.test unit tests */
+    \brief SafeIterator unit tests */
 
 //#include "SafeIterator.test.hh"
 //#include "SafeIterator.test.ih"
index 1bf3254..364349e 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief VariantParser.test unit tests */
+    \brief VariantParser unit tests */
 
 //#include "VariantParser.test.hh"
 //#include "VariantParser.test.ih"
index f720df0..aa554b2 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief VectorParser unit tests */
 
 //#include "VectorParser.test.hh"
 //#include "VectorParser.test.ih"
index a67761c..21b9288 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ClockService.test unit tests */
+    \brief ClockService unit tests */
 
 //#include "ClockService.test.hh"
 //#include "ClockService.test.ih"
index 18e2cab..0c63ca1 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief EventManager.test unit tests */
+    \brief EventManager unit tests */
 
 //#include "EventManager.test.hh"
 //#include "EventManager.test.ih"
index 21f3add..865c45a 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief FdEvent.test unit tests */
+    \brief FdEvent unit tests */
 
 //#include "FdEvent.test.hh"
 //#include "FdEvent.test.ih"
index 35cb270..e40290c 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Poller.test unit tests */
+    \brief Poller unit tests */
 
 //#include "Poller.test.hh"
 //#include "Poller.test.ih"
index f328d32..0a13518 100644 (file)
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief Scheduler unit tests */
 
-//#include "scheduler.test.hh"
-//#include "scheduler.test.ih"
+//#include "Scheduler.test.hh"
+//#include "Scheduler.test.ih"
 
 // Custom includes
 #include <sys/types.h>
index 62376a1..d42f720 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief SignalEvent.test unit tests */
+    \brief SignalEvent unit tests */
 
 //#include "SignalEvent.test.hh"
 //#include "SignalEvent.test.ih"
@@ -42,7 +42,6 @@ namespace {
     {
         called = true;
     }
-
 }
 
 BOOST_AUTO_UNIT_TEST(signalDispatcher)
index e4f2b98..e7b6141 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief TimerEvent.test unit tests */
+    \brief TimerEvent unit tests */
 
 //#include "TimerEvent.test.hh"
 //#include "TimerEvent.test.ih"
index 0d6e994..7ffbc6b 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief ClientSocketHandle unit tests */
 
 //#include "ClientSocketHandle.test.hh"
 //#include "ClientSocketHandle.test.ih"
index 8e68d9a..60ba3ba 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief FileHandle unit tests */
 
 //#include "FileHandle.test.hh"
 //#include "FileHandle.test.ih"
index a55102e..8b37250 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief NetdeviceController unit tests */
 
 //#include "NetdeviceController.test.hh"
 //#include "NetdeviceController.test.ih"
index 861f299..1314742 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief ProtocolClientSocketHandle unit tests */
 
 //#include "ProtocolClientSocketHandle.test.hh"
 //#include "ProtocolClientSocketHandle.test.ih"
index 5ebde9a..9a3913f 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief ProtocolServerSocketHandle unit tests */
 
 //#include "ProtocolServerSocketHandle.test.hh"
 //#include "ProtocolServerSocketHandle.test.ih"
index 0f7ef79..f793efa 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief BSDAddressingPolicy.test unit tests */
+    \brief BSDAddressingPolicy unit tests */
 
 //#include "BSDAddressingPolicy.test.hh"
 //#include "BSDAddressingPolicy.test.ih"
index 774b945..cb53808 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief BSDSocketAddress.test unit tests */
+    \brief BSDSocketAddress unit tests */
 
 //#include "BSDSocketAddress.test.hh"
 //#include "BSDSocketAddress.test.ih"
index 491cf49..bb63f70 100644 (file)
@@ -30,7 +30,7 @@
 // Custom includes
 #include <boost/format.hpp>
 #include <sys/socket.h>
-#include "senf/Utils/Exception.hh"
+#include "../../../Utils/Exception.hh"
 #include <sys/ioctl.h>
 
 
index c837018..3c75262 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief INet4Address.test unit tests */
+    \brief INet4Address unit tests */
 
 //#include "INet4Address.test.hh"
 //#include "INet4Address.test.ih"
index 50bf350..f56ce6e 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief INet6Address.test unit tests */
+    \brief INet6Address unit tests */
 
 //#include "INet6Address.test.hh"
 //#include "INet6Address.test.ih"
index a6f2dbd..0dd2d95 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief INetAddressing unit tests */
 
 //#include "INetAddressing.test.hh"
 //#include "INetAddressing.test.ih"
index 2212645..8493c86 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief MulticastSocketProtocol.test unit tests */
+    \brief MulticastSocketProtocol unit tests */
 
 //#include "MulticastSocketProtocol.test.hh"
 //#include "MulticastSocketProtocol.test.ih"
index d8949e3..1ea5cd8 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief RawINetSocketHandle.test unit tests */
+    \brief RawINetSocketHandle unit tests */
 
 #include <sys/types.h>
 #include <sys/ioctl.h>
index b4e8e61..b9952c1 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief TCPSocketHandle unit tests */
 
 //#include "TCPSocketHandle.test.hh"
 //#include "TCPSocketHandle.test.ih"
@@ -32,8 +33,8 @@
 #include <unistd.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
-#include "TCPSocketHandle.hh"
 #include <iostream>
+#include "TCPSocketHandle.hh"
 
 #include "../../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
index ac4c7df..ee75c4b 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief UDPSocketHandle.test unit tests */
+    \brief UDPSocketHandle unit tests */
 
 //#include "UDPSocketHandle.test.hh"
 //#include "UDPSocketHandle.test.ih"
index 19446c1..5f91dc1 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief LLAddressing unit tests */
 
 //#include "LLAddressing.test.hh"
 //#include "LLAddressing.test.ih"
index c4e36af..87d0686 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief MACAddress.test unit tests */
+    \brief MACAddress unit tests */
 
 //#include "MACAddress.test.hh"
 //#include "MACAddress.test.ih"
index e3ab322..e83a93d 100644 (file)
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief PacketSocketHandle unit tests */
 
 //#include "PacketSocketHandle.test.hh"
 //#include "PacketSocketHandle.test.ih"
 
-#include "PacketSocketHandle.hh"
-
 // Custom includes
 #include <iostream>
 #include <unistd.h>
+#include "PacketSocketHandle.hh"
 
 #include "../../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
index 4613922..fc0c98e 100644 (file)
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief TunTapSocketHandle unit tests */
 
 //#include "TunTapSocketHandle.test.hh"
 //#include "TunTapSocketHandle.test.ih"
 
-#include "TunTapSocketHandle.hh"
-#include "PacketSocketHandle.hh"
-
 // Custom includes
 #include <iostream>
 #include <unistd.h>
 #include <stdlib.h>
 
+#include "TunTapSocketHandle.hh"
+#include "PacketSocketHandle.hh"
+
 #include "../../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
index da7eb0e..2297336 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief UNDatagramSocketHandle.test unit tests */
+    \brief UNDatagramSocketHandle unit tests */
 
 //#include "UNDatagramSocketHandle.test.hh"
 //#include "UNDatagramSocketHandle.test.ih"
index 7b3ce29..2a7d4e4 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief UNSocketProtocol.test unit tests */
+    \brief UNSocketProtocol unit tests */
 
 //#include "UNSocketProtocol.test.hh"
 //#include "UNSocketProtocol.test.ih"
index 3eb0a62..54963ea 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief ServerSocketHandle unit tests */
 
 //#include "ServerSocketHandle.test.hh"
 //#include "ServerSocketHandle.test.ih"
index 23997a8..acdf0dc 100644 (file)
@@ -27,9 +27,8 @@
 #include "SocketHandle.ih"
 
 // Custom includes
-#include "../Utils/senfassert.hh"
 #include <typeinfo>
-#include <boost/lexical_cast.hpp>
+#include "../Utils/senfassert.hh"
 #include "../Utils/TypeInfo.hh"
 
 #define prefix_ inline
index a119d2b..36cac8c 100644 (file)
 #ifndef HH_SENF_Socket_SocketHandle_
 #define HH_SENF_Socket_SocketHandle_ 1
 
+//#include "SocketHandle.mpp"
+#include "SocketHandle.ih"
+
 // Custom includes
 #include <memory> // std::auto_ptr
 #include "FileHandle.hh"
 #include "SocketPolicy.hh"
 
-//#include "SocketHandle.mpp"
-#include "SocketHandle.ih"
 ///////////////////////////////hh.p////////////////////////////////////////
-#include "SocketHandle.ih"
 
 namespace senf {
 
index bb3835d..0b354ae 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief SocketHandle unit tests */
 
 //#include "SocketHandle.test.hh"
 //#include "SocketHandle.test.ih"
index 72ba433..2e70df9 100644 (file)
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief SocketPolicy unit tests */
 
-//#include "SocketPolicy.test.hh"
+#include "SocketPolicy.test.hh"
 //#include "SocketPolicy.test.ih"
 
 // Custom includes
+#include <boost/mpl/assert.hpp>
+#include <boost/concept_check.hpp>
+#include <boost/utility.hpp> // enable_if
+
 #include "SocketPolicy.hh"
-#include "SocketPolicy.test.hh"
 
 #include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
-#include <boost/mpl/assert.hpp>
-#include <boost/concept_check.hpp>
-#include <boost/utility.hpp> // enable_if
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
index a6e855b..888f981 100644 (file)
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief SocketProtocol unit tests */
 
-//#include "SocketProtocol.test.hh"
+#include "SocketProtocol.test.hh"
 //#include "SocketProtocol.test.ih"
 
 // Custom includes
 #include "SocketProtocol.hh"
 #include "SocketPolicy.hh"
-#include "SocketProtocol.test.hh"
 
 #include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
index d796d74..72a314c 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Buffer.test unit tests */
+    \brief Buffer unit tests */
 
 //#include "Buffer.test.hh"
 //#include "Buffer.test.ih"
index f13457c..6dd7ab2 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Config.test unit tests */
+    \brief Config unit tests */
 
 //#include "Config.test.hh"
 //#include "Config.test.ih"
index 0d0a34a..74960a6 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ConfigFile.test unit tests */
+    \brief ConfigFile unit tests */
 
 //#include "ConfigFile.test.hh"
 //#include "ConfigFile.test.ih"
index e2ff88a..833aa45 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Executor.test unit tests */
+    \brief Executor unit tests */
 
 //#include "Executor.test.hh"
 //#include "Executor.test.ih"
index 810ce25..1b2a3c7 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Node.test unit tests */
+    \brief Node unit tests */
 
 //#include "Node.test.hh"
 //#include "Node.test.ih"
index 5372055..af27d87 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief OverloadedCommand.test unit tests */
+    \brief OverloadedCommand unit tests */
 
 //#include "OverloadedCommand.test.hh"
 //#include "OverloadedCommand.test.ih"
index 962e2e2..5d625e3 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Parse.test unit tests */
+    \brief Parse unit tests */
 
 //#include "Parse.test.hh"
 //#include "Parse.test.ih"
index efce1ef..e2413e7 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ParsedCommand.test unit tests */
+    \brief ParsedCommand unit tests */
 
 //#include "ParsedCommand.test.hh"
 //#include "ParsedCommand.test.ih"
index e8f9763..5d18e9e 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ProgramOptions.test unit tests */
+    \brief ProgramOptions unit tests */
 
 //#include "ProgramOptions.test.hh"
 //#include "ProgramOptions.test.ih"
index a4e0cf3..4916987 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief STLSupport.test unit tests */
+    \brief STLSupport unit tests */
 
 //#include "STLSupport.test.hh"
 //#include "STLSupport.test.ih"
index 60b665e..f675893 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief ScopedDirectory.test unit tests */
+    \brief ScopedDirectory unit tests */
 
 //#include "ScopedDirectory.test.hh"
 //#include "ScopedDirectory.test.ih"
index 84599f0..e81aa3d 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Server.test unit tests */
+    \brief Server unit tests */
 
 //#include "Server.test.hh"
 //#include "Server.test.ih"
index 17ba545..03dc80e 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Traits.test unit tests */
+    \brief Traits unit tests */
 
 //#include "Traits.test.hh"
 //#include "Traits.test.ih"
index 66b0d70..cff60d1 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Variables.test unit tests */
+    \brief Variables unit tests */
 
 //#include "Variables.test.hh"
 //#include "Variables.test.ih"
index 8031988..b62d7ba 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Daemon.test unit tests */
+    \brief Daemon unit tests */
 
 //#include "Daemon.test.hh"
 //#include "Daemon.test.ih"
 #include <fstream>
 #include <boost/filesystem/operations.hpp>
 #include "Daemon.hh"
-#include "../Utils/Exception.hh"
-#include "../Utils/Backtrace.hh"
-#include "../Scheduler/Scheduler.hh"
+#include "../Exception.hh"
+#include "../Backtrace.hh"
+#include "../../Scheduler/Scheduler.hh"
 
-#include "../Utils/auto_unit_test.hh"
+#include "../auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
index 8214457..03c62b0 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief DiscardStream.test unit tests */
+    \brief DiscardStream unit tests */
 
 //#include "DiscardStream.test.hh"
 //#include "DiscardStream.test.ih"
index 58a2f2b..0f0db82 100644 (file)
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Exception.test unit tests */
+    \brief Exception unit tests */
 
 //#include "Exception.test.hh"
 //#include "Exception.test.ih"
 
 // Custom includes
 #include "Exception.hh"
+#include <boost/format.hpp>
+#include <errno.h>
 
 #include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
-#include <boost/format.hpp>
-#include <errno.h>
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
index 3dada08..ecdc127 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief IpChecksum.test unit tests */
+    \brief IpChecksum unit tests */
 
 //#include "IpChecksum.test.hh"
 //#include "IpChecksum.test.ih"
index 4a830d6..50ce1d8 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief IteratorTraits.test unit tests */
+    \brief IteratorTraits unit tests */
 
 //#include "IteratorTraits.test.hh"
 //#include "IteratorTraits.test.ih"
index 8548251..a21dd89 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief AreaRegistry.test unit tests */
+    \brief AreaRegistry unit tests */
 
 //#include "AreaRegistry.test.hh"
 //#include "AreaRegistry.test.ih"
index 0e7f3cd..cecda34 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Config.test unit tests */
+    \brief Config unit tests */
 
 //#include "Config.test.hh"
 //#include "Config.test.ih"
index 8594699..65e26d0 100644 (file)
@@ -32,7 +32,7 @@
 #include "FileTarget.hh"
 #include "Logger.hh"
 
-#include "../Utils/auto_unit_test.hh"
+#include "../auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
index 0fbbfb9..64e6df5 100644 (file)
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Log.test unit tests */
+    \brief Log unit tests */
 
 //#include "Log.test.hh"
 //#include "Log.test.ih"
 
 // Custom includes
+#include "main.test.hh"
+
 #include "../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
-#include "main.test.hh"
 
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
index 4479744..0d4dbf9 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Parameters.test unit tests */
+    \brief Parameters unit tests */
 
 //#include "Parameters.test.hh"
 //#include "Parameters.test.ih"
index 654ac66..a5bd138 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief StreamRegistry.test unit tests */
+    \brief StreamRegistry unit tests */
 
 //#include "StreamRegistry.test.hh"
 //#include "StreamRegistry.test.ih"
index d0f2547..82d89dc 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief SyslogTarget.test unit tests */
+    \brief SyslogTarget unit tests */
 
 //#include "SyslogTarget.test.hh"
 //#include "SyslogTarget.test.ih"
@@ -29,7 +29,7 @@
 // Custom includes
 #include "Logger.hh"
 
-#include "../Utils/auto_unit_test.hh"
+#include "../../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
 
 #define prefix_
index 9dfeeb1..eff65c1 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief SyslogUDPTarget.test unit tests */
+    \brief SyslogUDPTarget unit tests */
 
 //#include "SyslogUDPTarget.test.hh"
 //#include "SyslogUDPTarget.test.ih"
index 090af84..a4f5cf3 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Target.test unit tests */
+    \brief Target unit tests */
 
 //#include "Target.test.hh"
 //#include "Target.test.ih"
index 7d0bf0b..1f6a17c 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief String.test unit tests */
+    \brief String unit tests */
 
 //#include "String.test.hh"
 //#include "String.test.ih"
index e0e5545..445c7ec 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Tags.test unit tests */
+    \brief Tags unit tests */
 
 //#include "Tags.test.hh"
 //#include "Tags.test.ih"
index 3a807ce..2d14d0c 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Telnet.test unit tests */
+    \brief Telnet unit tests */
 
 //#include "Telnet.test.hh"
 //#include "Telnet.test.ih"
index 37b7c2c..f382898 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief Terminfo.test unit tests */
+    \brief Terminfo unit tests */
 
 //#include "Terminfo.test.hh"
 //#include "Terminfo.test.ih"
index 678ace3..022041a 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief TypeIdValue.test unit tests */
+    \brief TypeIdValue unit tests */
 
 //#include "TypeIdValue.test.hh"
 //#include "TypeIdValue.test.ih"
index b7a15da..f77c530 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief TypeInfo unit tests */
 
 //#include "TypeInfo.test.hh"
 //#include "TypeInfo.test.ih"
index 8a17a40..028c73b 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief hexdump.test unit tests */
+    \brief hexdump unit tests */
 
 //#include "hexdump.test.hh"
 //#include "hexdump.test.ih"
index 212073b..a947f1d 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief intrusive_refcount unit tests */
 
 //#include "intrusive_refcount.test.hh"
 //#include "intrusive_refcount.test.ih"
index 6b3bec8..d3517cd 100644 (file)
@@ -20,7 +20,8 @@
 // Free Software Foundation, Inc.,
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-// Unit tests
+/** \file
+    \brief membind unit tests */
 
 //#include "membind.test.hh"
 //#include "membind.test.ih"
@@ -28,7 +29,7 @@
 // Custom includes
 #include <sstream>
 #include <string>
-#include "../Utils/membind.hh"
+#include "membind.hh"
 
 #include "../Utils/auto_unit_test.hh"
 #include <boost/test/test_tools.hpp>
index 41a3323..25d6f0c 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief mpl.test unit tests */
+    \brief mpl unit tests */
 
 //#include "mpl.test.hh"
 //#include "mpl.test.ih"
index 1f2f0ac..e09c615 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief parameter.test unit tests */
+    \brief parameter unit tests */
 
 //#include "parameter.test.hh"
 //#include "parameter.test.ih"
index 60957cf..a5ab332 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief pool_alloc_mixin.test unit tests */
+    \brief pool_alloc_mixin unit tests */
 
 //#include "pool_alloc_mixin.test.hh"
 //#include "pool_alloc_mixin.test.ih"
index 11b61f8..f127d82 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief preprocessor.test unit tests */
+    \brief preprocessor unit tests */
 
 //#include "preprocessor.test.hh"
 //#include "preprocessor.test.ih"
index 45d2970..75dd100 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief safe_bool.test unit tests */
+    \brief safe_bool unit tests */
 
 //#include "safe_bool.test.hh"
 //#include "safe_bool.test.ih"
index 781d434..348605a 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief singleton.test unit tests */
+    \brief singleton unit tests */
 
 //#include "singleton.test.hh"
 //#include "singleton.test.ih"
index 34e3c5a..fc3d828 100644 (file)
@@ -21,7 +21,7 @@
 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 /** \file
-    \brief type_traits.test unit tests */
+    \brief type_traits unit tests */
 
 //#include "type_traits.test.hh"
 //#include "type_traits.test.ih"