Marius Kjeldahl wrote:
> I'm trying to set up application testing the with module described in
> the subject.
>
> However, when my application is loaded in the testscript with:
>
> use_ok ('Test::WWW::Mechanize::Catalyst', 'CalApp');
> my $u = Test::WWW::Mechanize::Catalyst->new;
>
Have you tried the next step, which is usually

  $u->get_ok( 'http://localhost/', 'Request should succeed' );


Secondly, have you tried running with catalyst debug turned on? You
might want to run your test with CATALYST_DEBUG=1 in order to see what
is happening.

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to