/[webpac2]/Webpacus/t/01app.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Webpacus/t/01app.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 155 - (show annotations)
Sat Nov 26 01:54:42 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: application/x-troff
File size: 329 byte(s)
 r11144@llin:  dpavlin | 2005-11-26 02:56:45 +0100
 0.03: use model from both methods in controller, tweaks, tests

1 #!/usr/bin/perl -w
2
3 use Test::More tests => 6;
4 use blib;
5 use_ok( Catalyst::Test, 'Webpacus' );
6
7 ok( request('/')->is_success );
8
9 ok( request('/search')->is_success );
10
11 ok( request('/search/results')->is_success );
12
13 ok( request('/search/suggest')->is_success );
14
15 ok( request('/search/suggest/TitleProper?what=foo')->is_success );

  ViewVC Help
Powered by ViewVC 1.1.26