summaryrefslogtreecommitdiffstats
path: root/test/drb/drbtest.rb
Commit message (Collapse)AuthorAgeFilesLines
* require drb/eq.rb by defaultseki2004-02-261-4/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test Hash#each, and change load_limitseki2003-10-301-2/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter tonahi2003-10-291-3/+6
| | | | | | | exec, instead of test/ruby/envutil.rb, git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (rb_hash_each): Hash#each should yield single value.matz2003-10-241-1/+1
| | | | | | | | | [ruby-talk:84420] * hash.c (env_each): ditto for ENV.each. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-221-9/+8
| | | | | | | | | | | | | | ignore tests which raised LoadError. * test/drb/drbtest.rb, test/ruby/test_beginendblock.rb, test/ruby/test_system.rb: avoid requiring same file twice. * test/drb/test_drbssl.rb, test/drb/test_drbunix.rb: should not use ARGV unless invoked directly. do not create test cases unless required libraries are available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/drb/drbtest.rb: import drb common test utilities.matz2003-10-211-0/+298
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e