X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d9e4e5836f69f2d5b2e845d79e04927cb783fbc3..d7da1562c3b3c7544e3899e7bc49f7b32c2d2d19:/test/functional/old_node_controller_test.rb diff --git a/test/functional/old_node_controller_test.rb b/test/functional/old_node_controller_test.rb index ff776d67f..44edc06a2 100644 --- a/test/functional/old_node_controller_test.rb +++ b/test/functional/old_node_controller_test.rb @@ -156,6 +156,8 @@ class OldNodeControllerTest < ActionController::TestCase def check_not_found_id_version(id, version) get :version, :id => id, :version => version assert_response :not_found + rescue ActionController::RoutingError => ex + assert_match /No route matches/, ex.to_s end ##