* test/rinda/test_rinda.rb: DRb.start_service only once in testsuites.

DRb.start_service could handle this.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nahi 2004-02-19 13:40:42 +00:00
Родитель b61d1549d4
Коммит 464fbf7b4f
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Thu Feb 19 22:39:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
* test/rinda/test_rinda.rb: DRb.start_service only once in testsuites.
DRb.start_service could handle this.
Thu Feb 19 22:24:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
* lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class.

Просмотреть файл

@ -360,7 +360,7 @@ class TupleSpaceProxyTest < Test::Unit::TestCase
@ts = Rinda::TupleSpaceProxy.new(@ts_base)
end
@server = DRb.start_service
@server = DRb.primary_server || DRb.start_service
end
end