[Catalyst] url handling seems wrong
Carl Franks
fireartist at gmail.com
Thu Mar 2 10:58:43 CET 2006
If I run
> script/test.pl /group/events
with -Debug on, I see
"GET" request for "group/events"
If I run
> script.test.pl group/events
(without the leading "/"), I see
"GET" request for "events"
This seems wrong, particularly because the auto-generated test-file
requests the uri without the leading forward-slash.
ok( request('group/events')->is_success, 'Request should succeed' );
This is causing the test to fail, because it's getting the wrong page.
This is Perl 5.8.8, Catalyst 5.64
Carl
More information about the Catalyst
mailing list