# 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 -r 847811d5192c -r 89d3041856b3 http_error_page.t --- a/http_error_page.t Tue Nov 01 21:03:53 2011 +0300 +++ b/http_error_page.t Tue Nov 01 21:10:21 2011 +0300 @@ -105,9 +105,6 @@ 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 @@ qr{HTTP/1.1 301(?!.*Location: first).*Location: http://}ms, 'error 302 auto redirect - old location cleared'); -} - ###############################################################################