Renaming the include action to expand_bbox in the changeset controller.
This commit is contained in:
parent
8348493ccb
commit
a4e5e8437f
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue