1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_thread.rb: fix test.

[ruby-dev:35960]



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2008-09-03 10:19:24 +00:00
parent 42a48c1e9d
commit cb0ade87d6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Sep 3 19:18:12 2008 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_thread.rb: fix test.
[ruby-dev:35960]
Wed Sep 3 17:48:32 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/trans/make_transdb.rb: check $(srcdir)/enc/trans before

View file

@ -126,7 +126,7 @@ class TestThread < Test::Unit::TestCase
sleep 0.5
t1.kill
t2.kill
assert(c1 > c2 * 1.5, "[ruby-dev:33124]")
assert(c1 > c2, "[ruby-dev:33124]")
end
def test_new