X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_complex.t;h=c982ce51ae240f6d350c442f7ead6ef5c42130b3;hb=ed4a2203909db0545a9f96392d0dd2aa62f86e80;hp=93df7663c5cddcbf7c646538db97083ca7340557;hpb=fe864e80d51c2a2c1123ce9ae8ead1e716efcdb8;p=catagits%2FCatalystX-Declare.git diff --git a/t/100_complex.t b/t/100_complex.t index 93df766..c982ce5 100644 --- a/t/100_complex.t +++ b/t/100_complex.t @@ -62,7 +62,7 @@ is get('/foo/surrounded_target'), 'foo/surrounded_target surrounded', 'action wa is get('/foo/inline_class'), 'HELLO', 'inline classes work as expected'; # error handling -is get('/foo/wants_integer/butdoesntgetone'), 'Not found', 'validation error causes bad request error'; +is get('/foo/wants_integer/butdoesntgetone'), 'no integer', 'validation error causes bad request error'; # fix bug with capture args below under { } is get('/foo/lower/down/the/param/3/road/5'), 8, 'capture args and block under work together';