Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4659

Show
Ignore:
Timestamp:
08/04/06 00:45:09 (2 years ago)
Author:
david
Message:

Make us pass to ease RESTful children posts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/test/controller/cgi_test.rb

    r4658 r4659  
    4343    assert_equal( 
    4444      {'x' => {'y' => [{'z' => '10', 'w' => 'a'}, {'z' => '20', 'w' => 'b'}]}},  
    45       CGIMethods.parse_query_parameters('x[y][][z]=10&x[y][][w]=a&x[y][][z]=20&x[y][][w]=c') 
     45      CGIMethods.parse_query_parameters('x[y][][z]=10&x[y][][w]=a&x[y][][z]=20&x[y][][w]=b') 
    4646    ) 
    4747  end