mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ignore test_RangeError
This commit is contained in:
parent
a380f4c2b7
commit
848edb03f8
1 changed files with 0 additions and 8 deletions
|
@ -53,12 +53,4 @@ class TestDRbObjectWeakIdConv < Test::Unit::TestCase
|
||||||
def setup
|
def setup
|
||||||
DRb.start_service(nil, nil, {:idconv => DRb::WeakIdConv.new})
|
DRb.start_service(nil, nil, {:idconv => DRb::WeakIdConv.new})
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_RangeError
|
|
||||||
proxy = DRbObject.new("string".dup)
|
|
||||||
GC.start
|
|
||||||
assert_raise(RangeError) {
|
|
||||||
DRb.to_obj(proxy.__drbref)
|
|
||||||
}
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue