diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dnszones-src/db.test.ex | 3 | ||||
-rw-r--r-- | test/scripts/2200-dnsdb/2200 | 1 | ||||
-rw-r--r-- | test/stdout/2200 | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/test/dnszones-src/db.test.ex b/test/dnszones-src/db.test.ex index 2e2865eb4..bf0c2092c 100644 --- a/test/dnszones-src/db.test.ex +++ b/test/dnszones-src/db.test.ex @@ -1,4 +1,4 @@ -; $Cambridge: exim/test/dnszones-src/db.test.ex,v 1.1 2006/02/06 16:22:56 ph10 Exp $ +; $Cambridge: exim/test/dnszones-src/db.test.ex,v 1.2 2006/02/14 16:18:14 ph10 Exp $ ; This is a testing zone file for use when testing DNS handling in Exim. This ; is a fake zone of no real use - hence no SOA record. The zone name is @@ -21,6 +21,7 @@ test.ex. NS exim.test.ex. test.ex. TXT "A TXT record for test.ex." +s/lash TXT "A TXT record for s/lash.test.ex." cname CNAME test.ex. diff --git a/test/scripts/2200-dnsdb/2200 b/test/scripts/2200-dnsdb/2200 index ccb326c2b..1277b9ca6 100644 --- a/test/scripts/2200-dnsdb/2200 +++ b/test/scripts/2200-dnsdb/2200 @@ -2,6 +2,7 @@ exim -be test.ex ${lookup dnsdb{test.ex}{$value}fail} +s/lash.test.ex ${lookup dnsdb{s/lash.test.ex}{$value}fail} txt=test.ex ${lookup dnsdb{txt=test.ex}{$value}fail} a=black-1.test.ex ${lookup dnsdb{a=black-1.test.ex}{$value}fail} xxx=test.ex ${lookup dnsdb{xxx=test.ex}{$value}fail} diff --git a/test/stdout/2200 b/test/stdout/2200 index bce322f54..5d0b397bd 100644 --- a/test/stdout/2200 +++ b/test/stdout/2200 @@ -1,4 +1,5 @@ > test.ex A TXT record for test.ex. +> s/lash.test.ex A TXT record for s/lash.test.ex. > txt=test.ex A TXT record for test.ex. > a=black-1.test.ex V4NET.11.12.13 > Failed: lookup of "xxx=test.ex" gave DEFER: unsupported DNS record type |