mirror of https://github.com/getdnsapi/getdns.git
Anticipate new pretty print format in tpkg tests
This commit is contained in:
parent
e6b5a29196
commit
78a6a47b05
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
BaseName: 270-header-extension
|
BaseName: 270-header-extension
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Description: Test json pointers
|
Description: Set values in the DNS header with the header extension
|
||||||
CreationDate: do 28 apr 2016 13:48:05 CEST
|
CreationDate: do 28 apr 2016 13:48:05 CEST
|
||||||
Maintainer: Willem Toorop
|
Maintainer: Willem Toorop
|
||||||
Category:
|
Category:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"answer_type": GETDNS_NAMETYPE_DNS,
|
"answer_type": GETDNS_NAMETYPE_DNS,
|
||||||
"canonical_name": <bindata of "bogus.nlnetlabs.nl.">,
|
"canonical_name": <bindata for bogus.nlnetlabs.nl.>,
|
||||||
"replies_tree":
|
"replies_tree":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
"answer": [],
|
"answer": [],
|
||||||
"answer_type": GETDNS_NAMETYPE_DNS,
|
"answer_type": GETDNS_NAMETYPE_DNS,
|
||||||
"authority": [],
|
"authority": [],
|
||||||
"canonical_name": <bindata of "bogus.nlnetlabs.nl.">,
|
"canonical_name": <bindata for bogus.nlnetlabs.nl.>,
|
||||||
"header":
|
"header":
|
||||||
{
|
{
|
||||||
"aa": 0,
|
"aa": 0,
|
||||||
|
|
Loading…
Reference in New Issue