/[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

Annotation of /Webpacus/t/01app.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 165 - (hide annotations)
Sat Nov 26 20:21:54 2005 UTC (18 years, 6 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 dpavlin 155 #!/usr/bin/perl -w
2    
3 dpavlin 165 use Test::More tests => 9;
4 dpavlin 155 use blib;
5 dpavlin 83 use_ok( Catalyst::Test, 'Webpacus' );
6    
7 dpavlin 165 # test some URIs
8 dpavlin 155
9 dpavlin 165 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