comparison worker_shutdown_timeout_mail.t @ 1381:97c8280de681

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 08 Oct 2018 15:30:39 +0300
parents caf59f42a3e1
children 74986ebee2fd
comparison
equal deleted inserted replaced
1380:f50c7d90f5c9 1381:97c8280de681
82 $s->send('AUTH PLAIN ' . encode_base64("\0test\@example.com\0secret", '')); 82 $s->send('AUTH PLAIN ' . encode_base64("\0test\@example.com\0secret", ''));
83 $s->authok('auth plain'); 83 $s->authok('auth plain');
84 84
85 $t->reload(); 85 $t->reload();
86 86
87 TODO: {
88 local $TODO = 'not yet' unless $t->has_version('1.13.7');
89
90 ok($s->can_read(), 'mail connection shutdown'); 87 ok($s->can_read(), 'mail connection shutdown');
91
92 }
93 88
94 undef $s; 89 undef $s;
95 1; 90 1;
96 91
97 ############################################################################### 92 ###############################################################################