From: Tomas Doran Date: Tue, 22 Feb 2011 01:15:29 +0000 (+0000) Subject: Make tests more clear X-Git-Tag: 5.80032~5^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a3a688635aedaf0be88709d91b447ddfc84f8b46;hp=f4dbb497758845c429e2861f9e4c7e0d31e00d91 Make tests more clear --- diff --git a/t/aggregate/live__component_controller_action_chained2.t b/t/aggregate/live__component_controller_action_chained2.t index 84d54ce..b004997 100644 --- a/t/aggregate/live__component_controller_action_chained2.t +++ b/t/aggregate/live__component_controller_action_chained2.t @@ -12,8 +12,8 @@ content_like('/15/GoldFinger', qr/List project GoldFinger pages/, 'GoldFinger Pr 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'); +content_like('/account/ferz', qr/This is account ferz/, '/account/ferz'); +content_like('/account/123', qr/This is account 123/, '/account/123'); content_like('/account/profile/007/James Bond', qr/This is profile of James Bond/, 'account'); TODO: {