X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fengine%2Frequest%2Fparameters.t;h=6cf7da91c1c52422acad890344e2a882d609cf9f;hb=1408d0a4a06459625233de7e50c38707c184a83f;hp=66ceddda332f5bb34335ab74824dc34012e39fd4;hpb=dd4e6fd2152eea9f5b0c1f559575ced7684ef257;p=catagits%2FCatalyst-Runtime.git diff --git a/t/engine/request/parameters.t b/t/engine/request/parameters.t index 66ceddd..6cf7da9 100644 --- a/t/engine/request/parameters.t +++ b/t/engine/request/parameters.t @@ -6,7 +6,7 @@ use warnings; use FindBin; use lib "$FindBin::Bin/../../lib"; -use Test::More no_plan => 1; +use Test::More tests => 11; use Catalyst::Test 'TestApp'; use Catalyst::Request; @@ -29,10 +29,11 @@ use URI; # Query string. I'm not sure the order is consistent in all enviroments, # we need to test this with: - # [x] C::E::Test and C::E::Daemon - # [ ] MP1 - # [ ] MP2 - # [x] CGI::Simple + # [x] C::E::Test and C::E::HTTP + # [x] MP13 + # [x] MP19 + # [x] MP20 + # [x] CGI unshift( @{ $parameters->{a} }, 1, 2, 3 );