X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6618cb9019687c8c2edf74698f84b385c0d9edd6..2a3bc0a38789b29b8798eafd80fc4fb77c5c7957:/test/functional/site_controller_test.rb diff --git a/test/functional/site_controller_test.rb b/test/functional/site_controller_test.rb index 23e6c27a3..4f41858e8 100644 --- a/test/functional/site_controller_test.rb +++ b/test/functional/site_controller_test.rb @@ -34,6 +34,10 @@ class SiteControllerTest < ActionController::TestCase { :path => "/copyright/locale", :method => :get }, { :controller => "site", :action => "copyright", :copyright_locale => "locale" } ) + assert_routing( + { :path => "/welcome", :method => :get }, + { :controller => "site", :action => "welcome" } + ) assert_routing( { :path => "/export", :method => :get }, { :controller => "site", :action => "index", :export => true } @@ -92,7 +96,7 @@ class SiteControllerTest < ActionController::TestCase def test_permalink get :permalink, :code => 'wBz3--' - assert_redirected_to :controller => :site, :action => 'index', :anchor => '3/4.8779296875/3.955078125' + assert_redirected_to :controller => :site, :action => 'index', :anchor => 'map=3/4.8779296875/3.955078125' end # Get the edit page