/[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 165 - (show annotations)
Sat Nov 26 20:21:54 2005 UTC (18 years, 5 months ago) by dpavlin
File MIME type: application/x-troff
File size: 307 byte(s)
 r11165@llin:  dpavlin | 2005-11-26 20:59:24 +0100
 record browsing in editor works again

1 #!/usr/bin/perl -w
2
3 use Test::More tests => 9;
4 use blib;
5 use_ok( Catalyst::Test, 'Webpacus' );
6
7 # test some URIs
8
9 foreach my $url (qw#
10 /
11 /search
12 /search/results
13 /search/suggest
14 /search/suggest/TitleProper?all=a
15 /editor
16 /editor/template
17 /editor/css
18 #) {
19 ok( request( $url )->is_success, "$url" );
20 }

  ViewVC Help
Powered by ViewVC 1.1.26