Removed Osmrender export test

This commit is contained in:
Tom Hughes 2012-03-16 09:06:17 +00:00
parent 9bd47cc94a
commit 29a75be373

View file

@ -31,9 +31,4 @@ class ExportControllerTest < ActionController::TestCase
assert_response :redirect
end
def test_finish_osmarender
get :finish, {:minlon => 0, :minlat => 50, :maxlon => 1, :maxlat => 51, :format => 'osmarender', :osmarender_format => 'test', :osmarender_zoom => '12'}
assert_response :redirect
end
end