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

@ -30,10 +30,5 @@ class ExportControllerTest < ActionController::TestCase
get :finish, {:minlon => 0, :minlat => 50, :maxlon => 1, :maxlat => 51, :format => 'mapnik', :mapnik_format => 'test', :mapnik_scale => '12'}
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