Renaming the include action to expand_bbox in the changeset controller.

This commit is contained in:
Shaun McDonald 2008-11-26 11:36:10 +00:00
parent 8348493ccb
commit a4e5e8437f
3 changed files with 3 additions and 3 deletions

View 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