merge in new test actions.
[catagits/Catalyst-Runtime.git] / t / catalyst-test.t
index ef88b4d..6f1bacc 100644 (file)
@@ -4,8 +4,8 @@ use Catalyst::Test 'TestApp';
 
 use Test::More tests => 5;
 
-content_like('/','foo');
-action_ok('/','Action ok ok');
-action_redirect('/engine/response/redirect/one');
-action_notfound('/engine/response/status/s404');
-contenttype_is('text/plain');
\ No newline at end of file
+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');
+contenttype_is('/action/local/one','text/plain','Contenttype check');
\ No newline at end of file