From 1ea9a297939227f3b43ef4f85e87e92433cfe314 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 30 Sep 2009 13:20:10 +0200 Subject: [PATCH] remove stupid XXX --- src/routing/olsr/olsr-header.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/routing/olsr/olsr-header.cc b/src/routing/olsr/olsr-header.cc index ad84ad2fa..1bd09a4f3 100644 --- a/src/routing/olsr/olsr-header.cc +++ b/src/routing/olsr/olsr-header.cc @@ -525,7 +525,6 @@ OlsrEmfTestCase::DoRun (void) NS_TEST_ASSERT_MSG_EQ((seconds < 0 || fabs (seconds - time) > 0.1), true, "XXX"); } - // XXX return false; } @@ -632,7 +631,6 @@ OlsrMidTestCase::DoRun (void) NS_TEST_ASSERT_MSG_EQ (sizeLeft, 0, "XXX"); } } - // XXX return false; } @@ -694,7 +692,6 @@ OlsrHelloTestCase::DoRun (void) NS_TEST_ASSERT_MSG_EQ (packet.GetSize (), 0, "All bytes in packet were not read"); - // XXX return false; } @@ -732,7 +729,7 @@ OlsrTcTestCase::DoRun (void) Ipv4Address ("1.2.3.5"), "XXX"); NS_TEST_ASSERT_MSG_EQ (packet.GetSize (), 0, "XXX"); - // XXX + return false; } @@ -777,7 +774,6 @@ OlsrHnaTestCase::DoRun (void) NS_TEST_ASSERT_MSG_EQ (packet.GetSize (), 0, "All bytes in packet were not read"); - // XXX: why are we returning a constant here ? return false; }