BIND 10 trac2218_2, updated. 5b3b1ee480cb8d47477972118f7ce03751699359 [2218] Add recursive findNSEC3() tests
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Sep 21 08:01:36 UTC 2012
The branch, trac2218_2 has been updated
via 5b3b1ee480cb8d47477972118f7ce03751699359 (commit)
from ee538e573d559fc8912465fa8161cd975287e807 (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 5b3b1ee480cb8d47477972118f7ce03751699359
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Sep 21 13:31:26 2012 +0530
[2218] Add recursive findNSEC3() tests
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/memory/tests/zone_finder_unittest.cc | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/tests/zone_finder_unittest.cc b/src/lib/datasrc/memory/tests/zone_finder_unittest.cc
index b14d5d6..61c43a8 100644
--- a/src/lib/datasrc/memory/tests/zone_finder_unittest.cc
+++ b/src/lib/datasrc/memory/tests/zone_finder_unittest.cc
@@ -1486,7 +1486,21 @@ const TestData nsec3_data[] = {
{"n5", false, true, 4, "2T7B4G4VSA5SMI47K61MV5BV1A22BOJR", NULL},
{"n6", false, false, 4, "2T7B4G4VSA5SMI47K61MV5BV1A22BOJR", NULL},
{"n7", false, true, 4, "R53BQ7CC2UVMUBFU5OCMM6PERS9TK9EN", NULL},
- {"n8", false, false, 4, "R53BQ7CC2UVMUBFU5OCMM6PERS9TK9EN", NULL}
+ {"n8", false, false, 4, "R53BQ7CC2UVMUBFU5OCMM6PERS9TK9EN", NULL},
+ {"n0", true, true, 3, "0P9MHAVEQVM6T7VBL5LOP2U3T2RP3TOM",
+ "R53BQ7CC2UVMUBFU5OCMM6PERS9TK9EN"},
+ {"n1", true, true, 4, "01UDEMVP1J2F7EG6JEBPS17VP3N8I58H", NULL},
+ {"n2", true, true, 3, "0P9MHAVEQVM6T7VBL5LOP2U3T2RP3TOM",
+ "01UDEMVP1J2F7EG6JEBPS17VP3N8I58H"},
+ {"n3", true, true, 4, "0P9MHAVEQVM6T7VBL5LOP2U3T2RP3TOM", NULL},
+ {"n4", true, true, 3, "0P9MHAVEQVM6T7VBL5LOP2U3T2RP3TOM",
+ "0P9MHAVEQVM6T7VBL5LOP2U3T2RP3TOM"},
+ {"n5", true, true, 4, "2T7B4G4VSA5SMI47K61MV5BV1A22BOJR", NULL},
+ {"n6", true, true, 3, "0P9MHAVEQVM6T7VBL5LOP2U3T2RP3TOM",
+ "2T7B4G4VSA5SMI47K61MV5BV1A22BOJR"},
+ {"n7", true, true, 4, "R53BQ7CC2UVMUBFU5OCMM6PERS9TK9EN", NULL},
+ {"n8", true, true, 3, "0P9MHAVEQVM6T7VBL5LOP2U3T2RP3TOM",
+ "R53BQ7CC2UVMUBFU5OCMM6PERS9TK9EN"}
};
const size_t data_count(sizeof(nsec3_data) / sizeof(*nsec3_data));
More information about the bind10-changes
mailing list