From: Peter van Dijk Date: Fri, 17 May 2013 10:11:51 +0000 (+0200) Subject: failing test for #541 and #723 X-Git-Tag: auth-3.3-rc1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b2da210f27f0985913b494856ae54de6e738d86;p=thirdparty%2Fpdns.git failing test for #541 and #723 --- diff --git a/regression-tests/8bit-txt-unescaped/command b/regression-tests/8bit-txt-unescaped/command new file mode 100755 index 0000000000..c8ab8e935b --- /dev/null +++ b/regression-tests/8bit-txt-unescaped/command @@ -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 index 0000000000..e308ece45c --- /dev/null +++ b/regression-tests/8bit-txt-unescaped/description @@ -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 index 0000000000..c7c4479f2e --- /dev/null +++ b/regression-tests/8bit-txt-unescaped/expected_result @@ -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 diff --git a/regression-tests/test.com b/regression-tests/test.com index c36b7b2bc2..2e8cffb99c 100644 --- a/regression-tests/test.com +++ b/regression-tests/test.com @@ -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"