aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/cgi_test.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-08-26 02:58:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-08-26 02:58:55 +0000
commita78519071c261eab54d587b609bf76eecc7420b0 (patch)
treee84e323f40aa4d12127a0b7cb34badc1f2373133 /actionpack/test/controller/cgi_test.rb
parent04fda65306e5779d89a93ec3e9e7cf8541ead144 (diff)
downloadrails-a78519071c261eab54d587b609bf76eecc7420b0.tar.gz
rails-a78519071c261eab54d587b609bf76eecc7420b0.tar.bz2
rails-a78519071c261eab54d587b609bf76eecc7420b0.zip
Result is made indifferent on the way out
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4822 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/controller/cgi_test.rb')
-rwxr-xr-xactionpack/test/controller/cgi_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/controller/cgi_test.rb b/actionpack/test/controller/cgi_test.rb
index be0ed1feef..ee2892f618 100755
--- a/actionpack/test/controller/cgi_test.rb
+++ b/actionpack/test/controller/cgi_test.rb
@@ -29,7 +29,6 @@ class CGITest < Test::Unit::TestCase
def test_deep_query_string
expected = {'x' => {'y' => {'z' => '10'}}}
assert_equal(expected, CGIMethods.parse_query_parameters('x[y][z]=10'))
- assert_equal("10", CGIMethods.parse_query_parameters('x[y][z]=10')[:x][:y][:z])
end
def test_deep_query_string_with_array