summaryrefslogtreecommitdiffstats
path: root/test/drb/drbtest.rb
Commit message (Expand)AuthorAgeFilesLines
* quote pathnames in the server's command line for space containedseki2006-02-241-1/+1
* * eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz2006-02-131-1/+1
* * eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz2006-02-111-1/+1
* * eval.c (eval): need not to protect $SAFE value.matz2006-02-021-1/+1
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-311-3/+21
* * test/ruby/envutil.rb, test/drb/drbtest.rb: can test drbocean2005-05-121-9/+13
* (DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki2005-02-191-0/+5
* remove TestDRbReusePort, resuce sleep, add DRbService.ext_serviceseki2005-02-161-4/+9
* add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki2004-12-111-0/+13
* add DRb::ExtServManager#uri=.seki2004-11-081-0/+3
* require drb/eq.rb by defaultseki2004-02-261-4/+0
* add test Hash#each, and change load_limitseki2003-10-301-2/+9
* * test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter tonahi2003-10-291-3/+6
* * hash.c (rb_hash_each): Hash#each should yield single value.matz2003-10-241-1/+1
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-221-9/+8
* * test/drb/drbtest.rb: import drb common test utilities.matz2003-10-211-0/+298