X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fdead_load_bad_args.t;h=58c2f1180b2f200cf0ff844b374964037ef49369;hp=d80195f76cc352222e555cd8a01a2c236035e532;hb=0fd0114d5d0a57715a7b24bf5a6d4bf8ae23ee3c;hpb=2782bef25db3c2baa82b2ea34aa12da4c70f21b7 diff --git a/t/dead_load_bad_args.t b/t/dead_load_bad_args.t index d80195f..58c2f11 100644 --- a/t/dead_load_bad_args.t +++ b/t/dead_load_bad_args.t @@ -1,11 +1,16 @@ -#!perl - use strict; use warnings; use lib 't/lib'; use Test::More; +# This test needs to be rewritten (and the code it was using as well) since +# when we added the arg and capturearg type constraint support, we now allow +# non integer values. however we could probably support some additional sanity +# testing on the values, so this is a nice TODO for someone -jnap + +plan skip_all => 'Removing this test because constraint arg types allow this'; + use Catalyst::Test 'TestApp'; for my $fail (