source: server/trunk/web/t/controller_Compat.t @ 374

Last change on this file since 374 was 226, checked in by nanardon, 13 years ago
  • another compatibility redirect
File size: 383 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5BEGIN { use_ok 'Catalyst::Test', 'Sophie' }
6BEGIN { use_ok 'Sophie::Controller::Compat' }
7
8ok( request('/viewrpm')->is_redirect, 'Request should succeed' );
9ok( request('/viewrpm/azerty')->is_redirect, 'Request should succeed' );
10ok( request('/distrib/Mandriva,cooker,i586/azerty')->is_redirect, 'Request should succeed' );
11done_testing();
Note: See TracBrowser for help on using the repository browser.