[Catalyst] Catalyst update issues
Andreas Marienborg
omega at palle.net
Tue Mar 28 08:21:25 CEST 2006
On 28. mar. 2006, at 02.09, Nilson Santos Figueiredo Junior wrote:
Lets clean this up and see whats happening:
> t/live_component_controller_action_auto...........
> # Failed test 'Executed actions'
> # in t/live_component_controller_action_auto.t at line 44.
> #
> got: '
> TestApp::Controller::Action::Auto->begin,
> TestApp::Controller::Action::Auto->auto,
> TestApp::Controller::Action::Auto->default,
> TestApp->end'
begin, auto, default, end
> #
> expected: '
> TestApp::Controller::Action::Auto->begin,
> TestApp::Controller::Action::Auto->auto,
> TestApp::Controller::Action::Auto->one,
> TestApp->end'
>
begin, auto, one, end
so indeed there seems to be a difference.
The log doesnt include the startup messages from catalyst, so if you
could get them to run the tests with debug on, that would be really
cool, and might show some ends to it.
Looking at the log it seems it always finds default instead of the
correct action.
andreas
More information about the Catalyst
mailing list