mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add class name to assert messages
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c3d27b5979
commit
14ccf1262a
1 changed files with 2 additions and 2 deletions
|
@ -3520,8 +3520,8 @@ __END__
|
||||||
assert_equal before, after,
|
assert_equal before, after,
|
||||||
'no strings left over after write [ruby-core:78898] [Bug #13085]'
|
'no strings left over after write [ruby-core:78898] [Bug #13085]'
|
||||||
assert_not_predicate buf, :frozen?, 'no inadvertant freeze'
|
assert_not_predicate buf, :frozen?, 'no inadvertant freeze'
|
||||||
assert_equal buf.bytesize, n, 'write wrote expected size'
|
assert_equal buf.bytesize, n, 'IO#write wrote expected size'
|
||||||
assert_equal s, n, 'syswrite wrote expected size'
|
assert_equal s, n, 'IO#syswrite wrote expected size'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue