X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6d668f6f3a8514d4cbf28984f80944ba149a0461..59a6ed0e207cc83e286e3e9b1235427756f61f7d:/test/functional/map_bugs_controller_test.rb?ds=sidebyside diff --git a/test/functional/map_bugs_controller_test.rb b/test/functional/map_bugs_controller_test.rb index 8031041bd..b719e857e 100644 --- a/test/functional/map_bugs_controller_test.rb +++ b/test/functional/map_bugs_controller_test.rb @@ -54,6 +54,11 @@ class MapBugsControllerTest < ActionController::TestCase assert_response :success end + def test_get_bugs_large_area_success + get :get_bugs, {:bbox=>'-10,-10,12,12'} + assert_response :success + end + def test_get_bugs_closed_7_success get :get_bugs, {:bbox=>'1,1,1.2,1.2', :closed => '7'} assert_response :success