X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fengine%2Frequest%2Fparameters.t;h=6cf7da91c1c52422acad890344e2a882d609cf9f;hp=254435b84eb2bf9a24971f52c769dd10559aba3b;hb=1408d0a4a06459625233de7e50c38707c184a83f;hpb=2930d61024f0e6aad2efb559d082347c52147e5e diff --git a/t/engine/request/parameters.t b/t/engine/request/parameters.t index 254435b..6cf7da9 100644 --- a/t/engine/request/parameters.t +++ b/t/engine/request/parameters.t @@ -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 );