BIND 10 master, updated. 7e8fc92cb83d984188bd1556ead421bee39d9581 Fixed dhcp6/iface_mgr test compilation problem on solaris10
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 7 16:44:05 UTC 2011
The branch, master has been updated
via 7e8fc92cb83d984188bd1556ead421bee39d9581 (commit)
from 929daeade2b98ad56b156eadd22308bd6d7f265a (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 7e8fc92cb83d984188bd1556ead421bee39d9581
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Fri Oct 7 16:41:24 2011 +0000
Fixed dhcp6/iface_mgr test compilation problem on solaris10
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/tests/iface_mgr_unittest.cc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/tests/iface_mgr_unittest.cc b/src/bin/dhcp6/tests/iface_mgr_unittest.cc
index a726511..2e08528 100644
--- a/src/bin/dhcp6/tests/iface_mgr_unittest.cc
+++ b/src/bin/dhcp6/tests/iface_mgr_unittest.cc
@@ -73,7 +73,6 @@ TEST_F(IfaceMgrTest, ifaceClass) {
}
// TODO: Implement getPlainMac() test as soon as interface detection is implemented.
-
TEST_F(IfaceMgrTest, getIface) {
cout << "Interface checks. Please ignore socket binding errors." << endl;
@@ -106,7 +105,7 @@ TEST_F(IfaceMgrTest, getIface) {
EXPECT_EQ(1, tmp->ifindex_);
// check that non-existing interfaces are not returned
- EXPECT_EQ(0, ifacemgr->getIface("wifi0") );
+ EXPECT_TRUE(ifacemgr->getIface("wifi0") == NULL );
delete ifacemgr;
}
More information about the bind10-changes
mailing list