X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-WWW-Mechanize-Catalyst.git;a=blobdiff_plain;f=t%2Fredirect.t;h=cff9b16f646a9d1943be3a7de3ba09e91df0816f;hp=8b08bc187abacbad8a20517b01408c5c1e7e0160;hb=74649ca9f02a76226d0b0b92c499e6a1fb6e9bc4;hpb=6435acdcab63d866a5eba6d434b356cadba89588 diff --git a/t/redirect.t b/t/redirect.t index 8b08bc1..cff9b16 100644 --- a/t/redirect.t +++ b/t/redirect.t @@ -2,7 +2,7 @@ use strict; use warnings; use lib 'lib'; -use Test::More tests => 28; +use Test::More tests => 29; use lib 't/lib'; use Test::WWW::Mechanize::Catalyst 'Catty'; @@ -33,3 +33,7 @@ like( $prev->header('Location'), '/hi$/', "to the right place" ); $m->get("$root/redirect_with_500"); is ($m->status, 500, "Redirect not followed on 500"); + +$m->get_ok( "$root/redirect_to_utf8_upgraded_string", + "redirect using an upgraded utf8 string" ); +