summaryrefslogtreecommitdiff
path: root/test/dnszones-src/db.test.ex
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-04-13 00:18:54 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-04-13 00:18:54 +0100
commit6023a6ad2ac0294879b14127f62795095da573b5 (patch)
tree0e1f0f4071a58949ba7ee1c4d50a52c01202a6c1 /test/dnszones-src/db.test.ex
parent0ebc4d69b3211e47f0df60ebc43e1735d91286f8 (diff)
parentc5b8e8e93ea6a54f526a9faaf0bc6ea7e813d650 (diff)
Merge branch 'SMTPUTF8_1516'. Bug 1516
This adds limited support for the ESMTP option SMTPUTF8 under the EXPERIMENTAL_INTERNATIONAL compile define
Diffstat (limited to 'test/dnszones-src/db.test.ex')
-rw-r--r--test/dnszones-src/db.test.ex8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex
index fec2a0d78..ebf9a4021 100644
--- a/test/dnszones-src/db.test.ex
+++ b/test/dnszones-src/db.test.ex
@@ -38,9 +38,9 @@ dontqualify A V4NET.255.255.254
UpperCase A 127.0.0.1
-; A host with UTF-8 characters in its name
+; A host with UTF-8 characters used for its lookup ( π.test.ex )
-mx.π A V4NET.255.255.255
+mx.xn--1xa A V4NET.255.255.255
; A non-standard name for localhost
@@ -358,9 +358,9 @@ mxt97 MX 1 ten-1.test.ex.
mxt1c MX 1 dontqualify.
-; MX with UTF-8 characters in its name
+; MX with UTF-8 characters used for its lookup ( π.test.ex )
-π MX 0 mx.π.test.ex.
+xn--1xa MX 0 mx.xn--1xa.test.ex.
; -------- Testing SRV records --------