1xx responses do not have any headers
Upasana [Fri, 10 Jan 2014 19:59:47 +0000 (00:59 +0530)]
t/lib/TestApp/Controller/Root.pm

index c3ab341..8541e2e 100644 (file)
@@ -132,7 +132,6 @@ sub test_remove_body_with_100 :Global {
     my ($self, $c) = @_;
     $c->res->status(100);
     $c->res->body("<html><body>Body should not be set</body></html>");
-    $c->res->content_type('text/html');
 }
 
 sub test_nobody_with_100 :Global {