]> granicus.if.org Git - pdns/commitdiff
failing test for #541 and #723
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 17 May 2013 10:11:51 +0000 (12:11 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 17 May 2013 10:11:51 +0000 (12:11 +0200)
regression-tests/8bit-txt-unescaped/command [new file with mode: 0755]
regression-tests/8bit-txt-unescaped/description [new file with mode: 0644]
regression-tests/8bit-txt-unescaped/expected_result [new file with mode: 0644]
regression-tests/test.com

diff --git a/regression-tests/8bit-txt-unescaped/command b/regression-tests/8bit-txt-unescaped/command
new file mode 100755 (executable)
index 0000000..c8ab8e9
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+cleandig hightxt.test.com TXT
+
diff --git a/regression-tests/8bit-txt-unescaped/description b/regression-tests/8bit-txt-unescaped/description
new file mode 100644 (file)
index 0000000..e308ece
--- /dev/null
@@ -0,0 +1 @@
+TXT record with unescaped 8-bit content.
diff --git a/regression-tests/8bit-txt-unescaped/expected_result b/regression-tests/8bit-txt-unescaped/expected_result
new file mode 100644 (file)
index 0000000..c7c4479
--- /dev/null
@@ -0,0 +1,3 @@
+0      hightxt.test.com.       IN      TXT     3600    "v=spf1 mx ip4:78.46.192.210 \226\128\147all"
+Rcode: 0, RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0
+Reply to question for qname='hightxt.test.com.', qtype=TXT
index c36b7b2bc23a93bf074060429f11ee53b2dc4df6..2e8cffb99c16ac9511c7e117c22c317aa2d3c5d8 100644 (file)
@@ -34,3 +34,4 @@ _underscore           IN      TXT     "underscores are terrible"
 b.c                    IN      A       5.6.7.8
 *.a.b.c                        IN      A       8.7.6.5
 aland          IN TXT "\195\133LAND ISLANDS"
+hightxt                IN      TXT     "v=spf1 mx ip4:78.46.192.210 â€“all"