BIND 10 trac1803, updated. 0a31990d43d949e40408fbbdcf48a074efdfe772 [1803] Remove redundant check

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 11 06:52:08 UTC 2012


The branch, trac1803 has been updated
       via  0a31990d43d949e40408fbbdcf48a074efdfe772 (commit)
      from  906ba788fd5c8fb08f4cf2717e0fbccdca4850ff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0a31990d43d949e40408fbbdcf48a074efdfe772
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri May 11 12:21:45 2012 +0530

    [1803] Remove redundant check

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/tests/rbtree_unittest.cc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/rbtree_unittest.cc b/src/lib/datasrc/tests/rbtree_unittest.cc
index 4ef6b14..84e1745 100644
--- a/src/lib/datasrc/tests/rbtree_unittest.cc
+++ b/src/lib/datasrc/tests/rbtree_unittest.cc
@@ -406,9 +406,7 @@ previousWalk(RBTree<int>& rbtree, const RBNode<int>* node,
         node = rbtree.previousNode(node_path);
     }
 
-    // We should have reached the end of the tree.
-    EXPECT_EQ(static_cast<void*>(NULL), node);
-    // This is all the same then
+    // We should have reached the start of the tree.
     EXPECT_EQ(static_cast<void*>(NULL), node);
 }
 



More information about the bind10-changes mailing list