mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 11:47:38 +02:00
Merged r19844 from trunk to 4.0-stable (#6734).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@19853 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -27,5 +27,7 @@ class WelcomeTest < Redmine::IntegrationTest
|
||||
assert_equal 'text/plain', @response.content_type
|
||||
# Redmine::Utils.relative_url_root does not effect on Rails 5.1.4.
|
||||
assert @response.body.match(%r{^Disallow: /projects/ecookbook/issues\r?$})
|
||||
assert @response.body.match(%r{^Disallow: /issues\?sort=\r?$})
|
||||
assert @response.body.match(%r{^Disallow: /issues\?\*set_filter=\r?$})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user