mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
drb: use \A and \z
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ff9a3de4b3
commit
d83e02017e
4 changed files with 14 additions and 8 deletions
|
@ -40,6 +40,12 @@ class TestDRbUNIXCore < Test::Unit::TestCase
|
|||
|
||||
def test_05_eq
|
||||
end
|
||||
|
||||
def test_bad_uri
|
||||
assert_raise(DRb::DRbBadURI) do
|
||||
DRb::DRbServer.new("badfile\n""drbunix:")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
class TestDRbUNIXAry < Test::Unit::TestCase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue