Fix r60271
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3666ceb729
commit
76897dbabb
@ -88,6 +88,8 @@ class ACLEntryTest < Test::Unit::TestCase
|
||||
|
||||
assert_raise(IPAddr::InvalidPrefixError) {
|
||||
ACL::ACLEntry.new('192.168.0.0/33')
|
||||
}
|
||||
assert_raise(IPAddr::InvalidPrefixError) {
|
||||
ACL::ACLEntry.new('192.168.0.0/255.255.0.255')
|
||||
}
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user