Subject: | Failed tests with Catalyst 5.80005 |
Date: | Mon, 15 Jun 2009 07:06:08 +0200 |
To: | bug-MojoMojo [...] rt.cpan.org |
From: | kmx <kmx [...] volny.cz> |
Hi,
I have experienced the following error (with many occurrences) during
Mojomojo (0.999029) tests:
t/01app.t ....................... 1/2
# Failed test 'use Catalyst::Test;'
# at t/01app.t line 7.
# Tried to use 'Catalyst::Test'.
# Error: Could not load class (MojoMojo) because : Invalid Args('')
for action attachment/defaultaction (use 'Args' or 'Args(<number>)' at
D:/strawberry/perl/site/lib/Catalyst/Dispatcher.pm line 536
I am using catalyst::Runtime 5.80005 and it seems to be the problem.
I think that this patch
http://dev.catalystframework.org/svnweb/Catalyst/revision/?rev=10430 is
the reason for the above described issue as it has introduced stricter
checking of Args arguments for Chained actions.
--
kmx