summaryrefslogtreecommitdiffstats
path: root/test/helpers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2020-04-05 08:06:14 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2020-04-05 08:06:14 +0000
commit37d5ad72a63a2bad4b0d65bf781986c4dfc027ce (patch)
tree65c55d2337e9ff0f039f60577b8a6ab22fc24e0a /test/helpers
parentedc307d9984f94f4ae4b4f542d740294d8d4941d (diff)
downloadredmine-37d5ad72a63a2bad4b0d65bf781986c4dfc027ce.tar.gz
redmine-37d5ad72a63a2bad4b0d65bf781986c4dfc027ce.zip
Merged r19486 to 19488 to 4.0-stable (#32850).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@19648 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 70f77ec42..0cfafd221 100644
--- a/test/helpers/application_helper_test.rb
+++ b/test/helpers/application_helper_test.rb
@@ -1790,11 +1790,6 @@ RAW
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'