X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/03f733c4f4091dc53e391aa74a020681af98a4ff..59a6ed0e207cc83e286e3e9b1235427756f61f7d:/test/functional/map_bugs_controller_test.rb 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