Support legacy bbox param on /history as well

Fixes #586
This commit is contained in:
John Firebaugh 2013-12-02 10:54:16 -08:00
parent 69fdcfd163
commit d95361bcb9
3 changed files with 4 additions and 4 deletions

View file

@ -1721,7 +1721,7 @@ EOF
assert_template "changeset/history"
assert_select "h2", :text => "Changesets", :count => 1
get :list, {:format => "html", :bbox => '-180,-90,90,180'}
get :list, {:format => "html", :list => '1', :bbox => '-180,-90,90,180'}
assert_response :success
assert_template "list"