X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Funicode-exception-return-value.t;h=8a6817c718a8d737514636160847ee24d26c97ac;hp=3f52a2a3116c70e665bf44a876873eed2013c16e;hb=1b9bb64102dba58a73339289453e2c51acc097d9;hpb=f6ddb2f242a1635b4a5ba848f61d87c1093422dc diff --git a/t/unicode-exception-return-value.t b/t/unicode-exception-return-value.t index 3f52a2a..8a6817c 100644 --- a/t/unicode-exception-return-value.t +++ b/t/unicode-exception-return-value.t @@ -31,7 +31,7 @@ BEGIN { { package TestApp; $INC{'TestApp.pm'} = __FILE__; - + use Catalyst; sub handle_unicode_encoding_exception { @@ -44,15 +44,15 @@ BEGIN { __PACKAGE__->setup; } - - + + use Catalyst::Test 'TestApp'; { my $res = request('/ok'); is ($res->content, "ok\n", "app is echoing arguments"); } - + { my $res = request('/%E2%C3%83%C6%92%C3%8'); is ($res->content, "INVALID-UNICODE\n",