зеркало из https://github.com/github/ruby.git
ignore test_RangeError
This commit is contained in:
Родитель
a380f4c2b7
Коммит
848edb03f8
|
@ -53,12 +53,4 @@ class TestDRbObjectWeakIdConv < Test::Unit::TestCase
|
|||
def setup
|
||||
DRb.start_service(nil, nil, {:idconv => DRb::WeakIdConv.new})
|
||||
end
|
||||
|
||||
def test_RangeError
|
||||
proxy = DRbObject.new("string".dup)
|
||||
GC.start
|
||||
assert_raise(RangeError) {
|
||||
DRb.to_obj(proxy.__drbref)
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче