mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed
notice moved from comment to assertion message. [ruby-dev:29127] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e7f65f6ba7
commit
c0d8e6cbf9
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Apr 23 15:28:52 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
|
* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed
|
||||||
|
notice moved from comment to assertion message. [ruby-dev:29127]
|
||||||
|
|
||||||
Wed Apr 23 11:49:54 2008 Akinori MUSHA <knu@iDaemons.org>
|
Wed Apr 23 11:49:54 2008 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
* lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return
|
* lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Return
|
||||||
|
|
|
@ -92,8 +92,8 @@ if defined? GDBM
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
def test_s_open_no_create
|
def test_s_open_no_create
|
||||||
# this test is failed on libgdbm 1.8.0
|
assert_nil(gdbm = GDBM.open("#{@tmpdir}/#{@prefix}", nil),
|
||||||
assert_nil(gdbm = GDBM.open("#{@tmpdir}/#{@prefix}", nil))
|
"this test is failed on libgdbm 1.8.0")
|
||||||
ensure
|
ensure
|
||||||
gdbm.close if gdbm
|
gdbm.close if gdbm
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue