X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Futf_incoming.t;h=5f12ecb57182a9a902a7061cc09e1330aac76ace;hp=2adccb44ea34bf31923fe539d06b1dc9146dc28c;hb=6b9f9ef742c1ee771df336eed1db42d807c8c59c;hpb=ed5a562b5c77df8d42b562af5733641baa73107d diff --git a/t/utf_incoming.t b/t/utf_incoming.t index 2adccb4..5f12ecb 100644 --- a/t/utf_incoming.t +++ b/t/utf_incoming.t @@ -323,7 +323,7 @@ use Catalyst::Test 'MyApp'; is $res->code, 200, 'OK'; is decode_utf8($res->content), "$url", 'correct body'; #should do nothing is $res->content, "$url", 'correct body'; - is $res->content_length, 102, 'correct length'; + is $res->content_length, 104, 'correct length'; is $res->content_charset, 'UTF-8'; {