Skip to content

Commit 6cc5a63

Browse files
committed
Add two test scenarios for DNSSEC10: GOOD-NSEC-3 and GOOD-NSEC3-3
1 parent 07440a1 commit 6cc5a63

File tree

2 files changed

+256
-224
lines changed

2 files changed

+256
-224
lines changed

t/Test-dnssec10.data

Lines changed: 240 additions & 224 deletions
Large diffs are not rendered by default.

t/Test-dnssec10.t

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ my %subtests = (
9696
[],
9797
[],
9898
],
99+
'GOOD-NSEC-3' => [
100+
1,
101+
q(good-nsec-3.dnssec10.xa),
102+
[ qw( DS10_HAS_NSEC ) ],
103+
undef,
104+
[],
105+
[],
106+
],
99107
'GOOD-NSEC3-1' => [
100108
1,
101109
q(good-nsec3-1.dnssec10.xa),
@@ -112,6 +120,14 @@ my %subtests = (
112120
[],
113121
[],
114122
],
123+
'GOOD-NSEC3-3' => [
124+
1,
125+
q(good-nsec3-3.dnssec10.xa),
126+
[ qw( DS10_HAS_NSEC3 ) ],
127+
undef,
128+
[],
129+
[],
130+
],
115131
'ALGO-NOT-SUPP-BY-ZM-1' => [
116132
1,
117133
q(algo-not-supp-by-zm-1.dnssec10.xa),

0 commit comments

Comments
 (0)