mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* 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:
		
							parent
							
								
									b61d1549d4
								
							
						
					
					
						commit
						464fbf7b4f
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue