Updated and expanded test suit
[catagits/Catalyst-Runtime.git] / t / engine / request / parameters.t
index 66ceddd..6cf7da9 100644 (file)
@@ -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 );