]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/changeset_controller_test.rb
Renaming the include action to expand_bbox in the changeset controller.
[rails.git] / test / functional / changeset_controller_test.rb
index 47cd95c241a9915dbf53df19546dfa3a73425c8d..2ff6bee331cf803e7df940c181b6475150686c54 100644 (file)
@@ -851,7 +851,7 @@ EOF
   # call the include method and assert properties of the bbox
   def check_after_include(changeset_id, lon, lat, bbox)
     content "<osm><node lon='#{lon}' lat='#{lat}'/></osm>"
-    post :include, :id => changeset_id
+    post :expand_bbox, :id => changeset_id
     assert_response :success, "Setting include of changeset failed: #{@response.body}"
 
     # check exactly one changeset