From 29a75be37394222a074842ff36d62bbdfd4d11d1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 16 Mar 2012 09:06:17 +0000 Subject: [PATCH] Removed Osmrender export test --- test/functional/export_controller_test.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/functional/export_controller_test.rb b/test/functional/export_controller_test.rb index 75ed34a4a..6b49700d8 100644 --- a/test/functional/export_controller_test.rb +++ b/test/functional/export_controller_test.rb @@ -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 -- 2.43.2