diff pop3.t @ 71:4715bd4d4693

Tests: auth login with username in 0.7.34, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 11 Feb 2009 15:14:42 +0300
parents 726c3c2a8b8c
children f81c6be872e5
line wrap: on
line diff
--- a/pop3.t
+++ b/pop3.t
@@ -111,9 +111,6 @@ my $s = Test::Nginx::POP3->new();
 
 # auth login with username
 
-TODO: {
-local $TODO = 'not supported yet';
-
 $s = Test::Nginx::POP3->new();
 $s->read();
 
@@ -123,6 +120,4 @@ local $TODO = 'not supported yet';
 $s->send(encode_base64('secret', ''));
 $s->ok('auth login with username');
 
-}
-
 ###############################################################################