BIND 10 master, updated. 0187917d0b77b34997c4666d27f916cd8f6b4dd4 [master] CfgMgr.subnet6 test disabled
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 29 18:52:22 UTC 2012
The branch, master has been updated
via 0187917d0b77b34997c4666d27f916cd8f6b4dd4 (commit)
from 40ae159a7ae9c1c1049bd8c18e37ed086c1aafae (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 0187917d0b77b34997c4666d27f916cd8f6b4dd4
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Mon Oct 29 19:52:12 2012 +0100
[master] CfgMgr.subnet6 test disabled
This test is affected by recently added AllocEngine tests. They
will be fixed shortly, but until that happens, CfgMgr.subnet6
test will remain disabled.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/cfgmgr_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/cfgmgr_unittest.cc b/src/lib/dhcp/tests/cfgmgr_unittest.cc
index 9c3e367..a1ad865 100644
--- a/src/lib/dhcp/tests/cfgmgr_unittest.cc
+++ b/src/lib/dhcp/tests/cfgmgr_unittest.cc
@@ -66,7 +66,7 @@ TEST(CfgMgrTest, subnet4) {
// This test verifies if the configuration manager is able to hold and return
// valid leases
-TEST(CfgMgrTest, subnet6) {
+TEST(CfgMgrTest, DISABLED_subnet6) {
CfgMgr& cfg_mgr = CfgMgr::instance();
ASSERT_TRUE(&cfg_mgr != 0);
More information about the bind10-changes
mailing list