Skip to content

Commit

Permalink
Update unit tests and data
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenx committed Nov 26, 2024
1 parent 45af9c9 commit 02b8fef
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 207 deletions.
408 changes: 204 additions & 204 deletions t/Test-dnssec10.data

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions t/Test-dnssec10.t
Original file line number Diff line number Diff line change
Expand Up @@ -435,23 +435,23 @@ my %subtests = (
'NSEC-QUERY-RESPONSE-ERR-1' => [
1,
q(nsec-query-response-err-1.dnssec10.xa),
[ qw( DS10_NSEC_QUERY_RESPONSE_ERR DS10_HAS_NSEC ) ],
[ qw( DS10_NSEC_QUERY_RESPONSE_ERR DS10_HAS_NSEC DS10_INCONSISTENT_NSEC ) ],
undef,
[],
[],
],
'NSEC-QUERY-RESPONSE-ERR-2' => [
1,
q(nsec-query-response-err-2.dnssec10.xa),
[ qw( DS10_NSEC_QUERY_RESPONSE_ERR DS10_HAS_NSEC ) ],
[ qw( DS10_NSEC_QUERY_RESPONSE_ERR DS10_HAS_NSEC DS10_INCONSISTENT_NSEC ) ],
undef,
[],
[],
],
'NSEC-QUERY-RESPONSE-ERR-3' => [
0,
q(nsec-query-response-err-3.dnssec10.xa),
[ qw( DS10_NSEC_QUERY_RESPONSE_ERR DS10_EXPECTED_NSEC_NSEC3_MISSING ) ],
[ qw( DS10_NSEC_QUERY_RESPONSE_ERR DS10_EXPECTED_NSEC_NSEC3_MISSING DS10_INCONSISTENT_NSEC ) ],
undef,
[],
[],
Expand Down

0 comments on commit 02b8fef

Please sign in to comment.