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

Diff of /Webpacus/t/01app.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 165 by dpavlin, Sat Nov 26 20:21:54 2005 UTC revision 271 by dpavlin, Sat Dec 17 03:19:58 2005 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl -w  #!/usr/bin/perl -w
2    
3  use Test::More tests => 9;  use Test::More tests => 14;
4  use blib;  use blib;
5  use_ok( Catalyst::Test, 'Webpacus' );  use_ok( Catalyst::Test, 'Webpacus' );
6    
# Line 10  foreach my $url (qw# Line 10  foreach my $url (qw#
10          /          /
11          /search          /search
12          /search/results          /search/results
13            /search/results/ajax
14            /search/results?all=a
15            /search/results/ajax?all=a
16            /search/results?all=a&_ajax=1
17            /search/results/ajax?all=a&_ajax=1
18          /search/suggest          /search/suggest
19          /search/suggest/TitleProper?all=a          /search/suggest/TitleProper?all=a
20          /editor          /editor

Legend:
Removed from v.165  
changed lines
  Added in v.271

  ViewVC Help
Powered by ViewVC 1.1.26