# HG changeset patch # User Maxim Dounin # Date 1298287587 -10800 # Node ID fd865ada95c8c87b1fc561a84cb0ce5a3d10047b # Parent afa07ae9def6818a55c93f7ceee9db27486006bd Tests: error_page status code change fixed in 0.9.5. diff --git a/http-error-page.t b/http-error-page.t --- a/http-error-page.t +++ b/http-error-page.t @@ -100,15 +100,15 @@ mkdir($t->testdir() . '/directory'); ############################################################################### -TODO: { -local $TODO = 'not yet'; - # tests for error_page status code change for redirects. problems -# introduced in 0.8.53. +# introduced in 0.8.53 and fixed in 0.9.5. 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