summaryrefslogtreecommitdiffstats
path: root/test/helpers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2020-04-05 08:04:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2020-04-05 08:04:27 +0000
commit882d87327b41577ec4e0aa10435237cb691ffc39 (patch)
treea761771410051732d7ceb12d3ef7716736df9428 /test/helpers
parent06e538861a2dd176d29faa24dd630d1dbc38d2e3 (diff)
downloadredmine-882d87327b41577ec4e0aa10435237cb691ffc39.tar.gz
redmine-882d87327b41577ec4e0aa10435237cb691ffc39.zip
Merged r19486 to 19488 to 4.1-stable (#32850).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19647 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/helpers')
-rw-r--r--test/helpers/application_helper_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb
index 072c05102..65c373874 100644
--- a/test/helpers/application_helper_test.rb
+++ b/test/helpers/application_helper_test.rb
@@ -1862,11 +1862,6 @@ class ApplicationHelperTest < Redmine::HelperTest
assert !result.html_safe?
end
- def test_back_url_should_remove_utf8_checkmark_from_referer
- stubs(:request).returns(stub(:env => {'HTTP_REFERER' => "/path?utf8=\u2713&foo=bar"}))
- assert_equal "/path?foo=bar", back_url
- end
-
def test_hours_formatting
set_language_if_valid 'en'