diff auth_basic.t @ 317:a9621dbbd0d4

Tests: remove TODOs with 1.3.x version checks.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2013 20:25:05 +0400
parents d4d9bbe627a8
children d5b541a8cf95
line wrap: on
line diff
--- a/auth_basic.t
+++ b/auth_basic.t
@@ -101,14 +101,9 @@ SKIP: {
 		or $t->has_module('--with-openssl');
 
 	like(http_get_auth('/', 'ssha', 'password'), qr!SEETHIS!, 'ssha');
-
-TODO: {
-	local $TODO = 'not yet' unless $t->has_version('1.3.13');
 	like(http_get_auth('/', 'sha', 'password'), qr!SEETHIS!, 'sha');
 }
 
-}
-
 unlike(http_get_auth('/', 'apr1', '123'), qr!SEETHIS!, 'apr1 md5 wrong');
 unlike(http_get_auth('/', 'plain', '123'), qr!SEETHIS!, 'plain wrong');
 unlike(http_get_auth('/', 'ssha', '123'), qr!SEETHIS!, 'ssha wrong');