提交 190c69ec 编写于 作者: G Guo Xiang Tan 提交者: Rafael Mendonça França

Remove skipped JRuby tests that are passing on 9.0.3.0.

上级 8e57ed1a
......@@ -206,8 +206,6 @@ def test_only_set_charset_still_defaults_to_text_html
end
test "read content type with charset utf-16" do
jruby_skip "https://github.com/jruby/jruby/issues/3138"
original = ActionDispatch::Response.default_charset
begin
ActionDispatch::Response.default_charset = 'utf-16'
......
......@@ -109,8 +109,6 @@ def test_with_an_invalid_concern_name
end
def test_concerns_executes_block_in_context_of_current_mapper
jruby_skip "https://github.com/jruby/jruby/issues/3143"
mapper = ActionDispatch::Routing::Mapper.new(ActionDispatch::Routing::RouteSet.new)
mapper.concern :test_concern do
resources :things
......
......@@ -75,8 +75,6 @@ def test_serves_file_with_same_name_before_index_in_directory
end
def test_served_static_file_with_non_english_filename
jruby_skip "Stop skipping if following bug gets fixed: " \
"http://jira.codehaus.org/browse/JRUBY-7192"
assert_html "means hello in Japanese\n", get("/foo/#{Rack::Utils.escape("こんにちは.html")}")
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册