# HG changeset patch # User Sergey Kandaurov # Date 1454412196 -10800 # Node ID b87c6acf0e4b193172ef53967db3ed15d9f2752f # Parent ef6466f77e7c61017663c3b35eb020a7ced518f7 Tests: updated mail resolver TODOs, fixed in 33c4d319f08f (1.9.11). diff --git a/mail_resolver.t b/mail_resolver.t --- a/mail_resolver.t +++ b/mail_resolver.t @@ -210,7 +210,8 @@ local $TODO = 'support for CNAME RR'; # uncompressed answer TODO: { -local $TODO = 'support for uncompressed name in PTR'; +local $TODO = 'support for uncompressed name in PTR' + unless $t->has_version('1.9.11'); $s = Test::Nginx::SMTP->new(PeerAddr => "127.0.0.1:8030"); $s->read(); @@ -228,7 +229,7 @@ local $TODO = 'support for uncompressed } TODO: { -local $TODO = 'PTR type checking'; +local $TODO = 'PTR type checking' unless $t->has_version('1.9.11'); $s = Test::Nginx::SMTP->new(PeerAddr => "127.0.0.1:8031"); $s->read(); @@ -248,7 +249,7 @@ local $TODO = 'PTR type checking'; # CNAME and PTR in one answer section TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.9.11'); $s = Test::Nginx::SMTP->new(PeerAddr => "127.0.0.1:8032"); $s->read();