X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_complex.t;h=93df7663c5cddcbf7c646538db97083ca7340557;hb=67f399400dae8248bf3d67c9c07f3c8310512fc2;hp=91fb45fd7c27ebc238cdec0ee5dd423f67a6aade;hpb=f0671dfc0155e7440226712a6b27e7890a10e533;p=catagits%2FCatalystX-Declare.git diff --git a/t/100_complex.t b/t/100_complex.t index 91fb45f..93df766 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'), 'Bad Request', 'validation error causes bad request error'; +is get('/foo/wants_integer/butdoesntgetone'), 'Not found', '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';