changeset 262:d4d9bbe627a8

Tests: {SHA} passwords will appear in 1.3.13.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 13 Feb 2013 18:22:40 +0400
parents 9b1df914171f
children 71bb2a896c7a
files auth_basic.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auth_basic.t
+++ b/auth_basic.t
@@ -103,7 +103,7 @@ SKIP: {
 	like(http_get_auth('/', 'ssha', 'password'), qr!SEETHIS!, 'ssha');
 
 TODO: {
-	local $TODO = 'not yet';
+	local $TODO = 'not yet' unless $t->has_version('1.3.13');
 	like(http_get_auth('/', 'sha', 'password'), qr!SEETHIS!, 'sha');
 }