From: Marcus Ramberg Date: Thu, 2 Mar 2006 15:39:57 +0000 (+0000) Subject: one more test. X-Git-Tag: 5.7099_04~681 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=38b304cdbe60a26fc3ae4bd3c02d2a9a865f16e9 one more test. --- diff --git a/t/live_engine_response_cookies.t b/t/live_engine_response_cookies.t index e87bb1d..769d9a2 100644 --- a/t/live_engine_response_cookies.t +++ b/t/live_engine_response_cookies.t @@ -37,7 +37,7 @@ my $expected = { ok( my $response = request('http://localhost/engine/response/cookies/two'), 'Request' ); ok( $response->is_redirect, 'Response Redirection 3xx' ); - is( $response->code, 302, 'Response Code' ); + is( $response->code, 301, 'Response Code' ); is( $response->header('X-Catalyst-Action'), 'engine/response/cookies/two', 'Test Action' );