From: tho Date: Wed, 23 Nov 2011 09:00:59 +0000 (+0000) Subject: unit test fix for last commit. hmpf. X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=d5b4cca5714c2b44bbc476636a0774b4fcbd9151 unit test fix for last commit. hmpf. git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1828 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senf/Packets/PacketInterpreter.test.cc b/senf/Packets/PacketInterpreter.test.cc index 0e47ea1..ba6ad4f 100644 --- a/senf/Packets/PacketInterpreter.test.cc +++ b/senf/Packets/PacketInterpreter.test.cc @@ -249,6 +249,7 @@ SENF_AUTO_UNIT_TEST(packetInterpreter_factory) (senf::PacketInterpreter::create()); BOOST_CHECK_EQUAL( p->data().size(), 0u); + BOOST_CHECK( factory->createAfter(p) ); BOOST_REQUIRE( p->next() ); BOOST_CHECK( ! p->next()->next() );