Add more tests for Rails
commitef9a2f05f3e14455dc70a5e0f68b0cf317a8709c
authorEric Wong <normalperson@yhbt.net>
Wed, 1 Apr 2009 08:43:44 +0000 (1 01:43 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 1 Apr 2009 08:43:44 +0000 (1 01:43 -0700)
tree7d3d3831c66d99a2235d6c0ff9b1159f4238b164
parentb2569b344d61a7d26033aeb6198d23f99d2e7f3e
Add more tests for Rails

Additional tests for Rails have been added

 * cookies and sessions
 * POST requests
 * POST requests with multipart uploads
 * 404 handling
 * static file serving
 * cached static file serving
  (resources with ";" caching in some old 1.2.x version
   not yet tested)
test/rails/app-1.2.3/app/controllers/foo_controller.rb
test/rails/app-2.0.2/app/controllers/foo_controller.rb
test/rails/app-2.2.2/app/controllers/foo_controller.rb
test/rails/app-2.3.2.1/app/controllers/foo_controller.rb
test/rails/test_rails.rb