X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive_catalyst_test.t;fp=t%2Flive_catalyst_test.t;h=c37372a718b22f4852bdbb4d11164ac876438990;hp=1adecbbfbbceee500347db14ba646f480e54bcb9;hb=901991e63957ab5361ea13e867532d8d8ef2cf7a;hpb=2d65525759b6ff95cd0838ccef48892d7d45b92b diff --git a/t/live_catalyst_test.t b/t/live_catalyst_test.t index 1adecbb..c37372a 100644 --- a/t/live_catalyst_test.t +++ b/t/live_catalyst_test.t @@ -3,12 +3,16 @@ use lib "$FindBin::Bin/lib"; use Catalyst::Test 'TestApp', {default_host => 'default.com'}; use Catalyst::Request; -use Test::More tests => 9; +use Test::More tests => 10; content_like('/',qr/root/,'content check'); action_ok('/','Action ok ok','normal action ok'); action_redirect('/engine/response/redirect/one','redirect check'); action_notfound('/engine/response/status/s404','notfound check'); + +# so we can see the default test name +action_ok('/'); + contenttype_is('/action/local/one','text/plain','Contenttype check'); ### local_request() was not setting response base from base href