Skip to content

Commit fcc5863

Browse files
committed
Remove test for deprecated extend_proxy
1 parent 842ae0a commit fcc5863

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

test/jruby/test_higher_javasupport.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -859,15 +859,6 @@ def test_empty_list_each_should_not_blow_up_interpreter
859859
assert_nothing_raised { Collections::EMPTY_LIST.each {|element| } }
860860
end
861861

862-
def test_already_loaded_proxies_should_still_see_extend_proxy
863-
JavaUtilities.extend_proxy('java.util.List') do
864-
def foo
865-
true
866-
end
867-
end
868-
assert_equal(true, Foo::ArrayList.new.foo)
869-
end
870-
871862
def test_same_proxy_does_not_raise
872863
# JString already included and it is the same proxy, so do not throw an error
873864
# (e.g. intent of java_import already satisfied)

0 commit comments

Comments
 (0)