BIND 10 trac2324, updated. 8aa188a10298e3a55b725db36502a99d2a8d638a [2324] Compilation fix on Mac OS 10.6
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 29 00:07:31 UTC 2012
The branch, trac2324 has been updated
via 8aa188a10298e3a55b725db36502a99d2a8d638a (commit)
from 9394d67b638a84409c3491fee821f347ca2acbcf (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 8aa188a10298e3a55b725db36502a99d2a8d638a
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Mon Oct 29 01:07:06 2012 +0100
[2324] Compilation fix on Mac OS 10.6
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/lease_mgr_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/lease_mgr_unittest.cc b/src/lib/dhcp/tests/lease_mgr_unittest.cc
index 743b34a..e46bd09 100644
--- a/src/lib/dhcp/tests/lease_mgr_unittest.cc
+++ b/src/lib/dhcp/tests/lease_mgr_unittest.cc
@@ -87,7 +87,7 @@ TEST_F(LeaseMgrTest, addGetDelete) {
ASSERT_TRUE(x);
EXPECT_EQ(x->addr_.toText(), addr.toText());
- EXPECT_EQ(*x->duid_, *duid);
+ EXPECT_TRUE(*x->duid_ == *duid);
EXPECT_EQ(x->iaid_, iaid);
EXPECT_EQ(x->subnet_id_, subnet_id);
More information about the bind10-changes
mailing list