summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-07-04 00:52:53 +0000
committerGo MAEDA <maeda@farend.jp>2020-07-04 00:52:53 +0000
commit6001dca410edfd31a37252fea46416ff8af2f593 (patch)
tree37837dceb9ed0f65a8a4170751cef46ce6a58e1f /test
parent4ea1a5ddb4c56d11ba3cf4d559634d9ed1feb99d (diff)
downloadredmine-6001dca410edfd31a37252fea46416ff8af2f593.tar.gz
redmine-6001dca410edfd31a37252fea46416ff8af2f593.zip
Merged r19844 from trunk to 4.1-stable (#6734).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19852 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/integration/welcome_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/welcome_test.rb b/test/integration/welcome_test.rb
index cd4159d9a..653f1751b 100644
--- a/test/integration/welcome_test.rb
+++ b/test/integration/welcome_test.rb
@@ -29,5 +29,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