From: Tomas Doran Date: Thu, 13 Oct 2011 17:21:53 +0000 (+0100) Subject: I meant the app name, not the controller name X-Git-Tag: 1.36~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=83e6e99cc1c2b63fe5e86bfee1631b02ffae1ee1 I meant the app name, not the controller name --- diff --git a/share/t/comptest.tt b/share/t/comptest.tt index 2c2c087..cd40e00 100644 --- a/share/t/comptest.tt +++ b/share/t/comptest.tt @@ -8,7 +8,7 @@ unless (eval q{use Test::WWW::Mechanize::Catalyst 0.55; 1}) { exit 0; } -ok( my $mech = Test::WWW::Mechanize::Catalyst->new(catalyst_app => '[% name %]', 'Created mech object' ); +ok( my $mech = Test::WWW::Mechanize::Catalyst->new(catalyst_app => '[% app %]', 'Created mech object' ); $mech->get_ok( 'http://localhost[% uri %]' ); [%- ELSE %]