# HG changeset patch # User Maxim Dounin # Date 1360765360 -14400 # Node ID d4d9bbe627a8470d9858d2895434d37764808b36 # Parent 9b1df914171fa5cb40f934693d5b0ae148cd6c4a Tests: {SHA} passwords will appear in 1.3.13. diff --git a/auth_basic.t b/auth_basic.t --- 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'); }