From: Bob Halley Date: Sat, 21 Mar 2015 13:25:33 +0000 (-0700) Subject: Add URI RR to test data. X-Git-Tag: v1.13.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a51fed016330212d4a551b078fafa3dc1b1f8ce;p=thirdparty%2Fdnspython.git Add URI RR to test data. --- diff --git a/tests/example b/tests/example index 07394ae8..7c9360e1 100644 --- a/tests/example +++ b/tests/example @@ -233,3 +233,4 @@ caa03 CAA 0 iodef "http://iodef.example.com/" caa04 CAA 0 issue "ca.example.net; account=230123" caa05 CAA 0 issue "ca.example.net; policy=ev" caa06 CAA 128 tbs "Unknown" +uri0q URI 10 1 "http://www.example.com/" diff --git a/tests/example1.good b/tests/example1.good index 62e8e287..172295bf 100644 --- a/tests/example1.good +++ b/tests/example1.good @@ -117,6 +117,7 @@ a.u 300 IN A 73.80.65.49 b.u 300 IN A 73.80.65.49 unknown2 3600 IN TYPE999 \# 8 0a0000010a000001 unknown3 3600 IN A 127.0.0.2 +uri0q 3600 IN URI 10 1 "http://www.example.com/" wks01 3600 IN WKS 10.0.0.1 6 0 1 2 21 23 wks02 3600 IN WKS 10.0.0.1 17 0 1 2 53 wks03 3600 IN WKS 10.0.0.2 6 65535 diff --git a/tests/example2.good b/tests/example2.good index 4a920125..5c631137 100644 --- a/tests/example2.good +++ b/tests/example2.good @@ -117,6 +117,7 @@ a.u.example. 300 IN A 73.80.65.49 b.u.example. 300 IN A 73.80.65.49 unknown2.example. 3600 IN TYPE999 \# 8 0a0000010a000001 unknown3.example. 3600 IN A 127.0.0.2 +uri0q.example. 3600 IN URI 10 1 "http://www.example.com/" wks01.example. 3600 IN WKS 10.0.0.1 6 0 1 2 21 23 wks02.example. 3600 IN WKS 10.0.0.1 17 0 1 2 53 wks03.example. 3600 IN WKS 10.0.0.2 6 65535 diff --git a/tests/example3.good b/tests/example3.good index 62e8e287..172295bf 100644 --- a/tests/example3.good +++ b/tests/example3.good @@ -117,6 +117,7 @@ a.u 300 IN A 73.80.65.49 b.u 300 IN A 73.80.65.49 unknown2 3600 IN TYPE999 \# 8 0a0000010a000001 unknown3 3600 IN A 127.0.0.2 +uri0q 3600 IN URI 10 1 "http://www.example.com/" wks01 3600 IN WKS 10.0.0.1 6 0 1 2 21 23 wks02 3600 IN WKS 10.0.0.1 17 0 1 2 53 wks03 3600 IN WKS 10.0.0.2 6 65535