# HG changeset patch # User Maxim Dounin # Date 1320171021 -10800 # Node ID 89d3041856b39135d6027106b285c0f0c337605e # Parent 847811d5192c8872df99bad315f88c8e22f1f827 Tests: old location header is cleared in 1.1.6, remove TODO. diff --git a/http_error_page.t b/http_error_page.t --- a/http_error_page.t +++ b/http_error_page.t @@ -105,9 +105,6 @@ mkdir($t->testdir() . '/directory'); like(http_get('/redirect200'), qr!HTTP!, 'redirect 200'); like(http_get('/redirect497'), qr!HTTP/1.1 302!, 'redirect 497'); -TODO: { -local $TODO = 'not yet'; - # various tests to see if old location cleared if we happen to redirect # again in error_page 302 @@ -131,6 +128,4 @@ like(http_get('/error302auto'), qr{HTTP/1.1 301(?!.*Location: first).*Location: http://}ms, 'error 302 auto redirect - old location cleared'); -} - ###############################################################################