X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive__component_controller_action_chained2.t;fp=t%2Faggregate%2Flive__component_controller_action_chained2.t;h=33679697b531048a29be17773df862960a9a73f1;hb=dfe82bbd3149f6eda6f4f1d1665d1ed0b168a606;hp=213294aa301be59e32a608fae6cc6483b16de900;hpb=201464db92cecc6a3d6c62b0f362902a46d4283f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live__component_controller_action_chained2.t b/t/aggregate/live__component_controller_action_chained2.t index 213294a..3367969 100644 --- a/t/aggregate/live__component_controller_action_chained2.t +++ b/t/aggregate/live__component_controller_action_chained2.t @@ -8,9 +8,12 @@ use Test::More; content_like('/', qr/Application Home Page/, 'Application home'); content_like('/15/GoldFinger', qr/List project GoldFinger pages/, 'GoldFinger Project Index'); content_like('/15/GoldFinger/4/007', qr/This is 007 page of GoldFinger project/, '007 page in GoldFinger Project'); -content_like('/account', qr/New account o login/, 'no account'); -content_like('/account/ferz', qr/This is account ferz/, 'account'); -content_like('/account/123', qr/This is account 123/, 'account'); +TODO: { + local $TODO="Bug on precedence of dispatch order of chained actions."; + content_like('/account', qr/New account o login/, 'no account'); + content_like('/account/ferz', qr/This is account ferz/, 'account'); + content_like('/account/123', qr/This is account 123/, 'account'); +} action_notfound('/c'); done_testing;