mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed test failures [ruby-dev:36837].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
578f5f1abd
commit
4d084753df
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Oct 22 00:33:15 2008 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||||
|
|
||||||
|
* test/rinda/test_rinda.c (test_core_03_notify): Fixed test failures
|
||||||
|
[ruby-dev:36837].
|
||||||
|
|
||||||
Tue Oct 14 11:14:26 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
Tue Oct 14 11:14:26 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||||
|
|
||||||
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
|
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
|
||||||
|
|
|
@ -355,7 +355,6 @@ module TupleSpaceTestModule
|
||||||
lv = lv - 1
|
lv = lv - 1
|
||||||
elsif ev[0] == 'close'
|
elsif ev[0] == 'close'
|
||||||
result = [lv, n]
|
result = [lv, n]
|
||||||
else
|
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
assert(lv >= 0)
|
assert(lv >= 0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue