BIND 10 master, updated. 6117a5805ef05672b9e05e961f7fa0f8aa5fca0e IfaceMgr.getIface test improved (will provide more details if fails)
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 7 17:42:45 UTC 2011
The branch, master has been updated
via 6117a5805ef05672b9e05e961f7fa0f8aa5fca0e (commit)
from 7e8fc92cb83d984188bd1556ead421bee39d9581 (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 6117a5805ef05672b9e05e961f7fa0f8aa5fca0e
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Fri Oct 7 19:42:25 2011 +0200
IfaceMgr.getIface test improved (will provide more details if fails)
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/tests/iface_mgr_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/iface_mgr_unittest.cc b/src/bin/dhcp6/tests/iface_mgr_unittest.cc
index 2e08528..eaadb22 100644
--- a/src/bin/dhcp6/tests/iface_mgr_unittest.cc
+++ b/src/bin/dhcp6/tests/iface_mgr_unittest.cc
@@ -105,7 +105,7 @@ TEST_F(IfaceMgrTest, getIface) {
EXPECT_EQ(1, tmp->ifindex_);
// check that non-existing interfaces are not returned
- EXPECT_TRUE(ifacemgr->getIface("wifi0") == NULL );
+ EXPECT_EQ(static_cast<void*>(NULL), ifacemgr->getIface("wifi0") );
delete ifacemgr;
}
More information about the bind10-changes
mailing list