diff options
| author | Bob Halley <halley@play-bow.org> | 2015-12-03 09:18:24 -0800 |
|---|---|---|
| committer | Bob Halley <halley@play-bow.org> | 2015-12-03 09:18:24 -0800 |
| commit | ea95dcedcd77c521af7c1903ede7a06ff7859e7c (patch) | |
| tree | 433b8f639759b0a819aced7ae7d5c845a4c79a03 /tests | |
| parent | 5bce45eabb3a4987d197f11afc42d5b37d33c430 (diff) | |
| parent | ecc43653c8ba3387086b6f18387badf9cc7750ab (diff) | |
| download | dnspython-ea95dcedcd77c521af7c1903ede7a06ff7859e7c.tar.gz | |
Merge pull request #103 from encukou/py3-records
Py3: Add missing code for URI and TLSA rrtypes from the python2 branch
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/example | 1 | ||||
| -rw-r--r-- | tests/example1.good | 1 | ||||
| -rw-r--r-- | tests/example2.good | 1 | ||||
| -rw-r--r-- | tests/example3.good | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/example b/tests/example index a4eb615..b4ad606 100644 --- a/tests/example +++ b/tests/example @@ -240,3 +240,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 a311f59..1eef90b 100644 --- a/tests/example1.good +++ b/tests/example1.good @@ -119,6 +119,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 492bbb5..2a10506 100644 --- a/tests/example2.good +++ b/tests/example2.good @@ -119,6 +119,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 a311f59..1eef90b 100644 --- a/tests/example3.good +++ b/tests/example3.good @@ -119,6 +119,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 |
