зеркало из https://github.com/github/ruby.git
* 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:
Родитель
b61d1549d4
Коммит
464fbf7b4f
|
@ -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>
|
Thu Feb 19 22:24:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
||||||
|
|
||||||
* lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class.
|
* 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)
|
@ts = Rinda::TupleSpaceProxy.new(@ts_base)
|
||||||
end
|
end
|
||||||
|
|
||||||
@server = DRb.start_service
|
@server = DRb.primary_server || DRb.start_service
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче