X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Futf_incoming.t;fp=t%2Futf_incoming.t;h=ff61a6bfedae526f8c6f22114170c3e0f4f095c7;hp=6c0205d0bfdf4af52623d3d1e36587e2ff0cc74e;hb=9c056c82094f7550ac9e39408c52d248bcace7b3;hpb=1728aeb70afd529fb0f529eedf1c117751173e6d diff --git a/t/utf_incoming.t b/t/utf_incoming.t index 6c0205d..ff61a6b 100644 --- a/t/utf_incoming.t +++ b/t/utf_incoming.t @@ -113,8 +113,8 @@ use Scalar::Util (); sub write_then_body :Local { my ($self, $c) = @_; - $c->clear_encoding; - $c->res->content_type('text/plain'); + + $c->res->content_type('text/html'); $c->res->write("

This is early_write action ♥

"); $c->res->body("

This is body_write action ♥

"); }