mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	test/win32ole/test_win32ole_method.rb: remove redundant assertions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									8930a4257d
								
							
						
					
					
						commit
						62cec32902
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -19,7 +19,6 @@ if defined?(WIN32OLE)
 | 
			
		|||
      x = @obj.ole_methods.select {|m|
 | 
			
		||||
        m.invoke_kind == 'PROPERTYPUTREF'
 | 
			
		||||
      }
 | 
			
		||||
      assert(x.size > 0)
 | 
			
		||||
      assert_equal(1, x.size)
 | 
			
		||||
      assert_equal('Item', x[0].name)
 | 
			
		||||
    end
 | 
			
		||||
| 
						 | 
				
			
			@ -28,7 +27,6 @@ if defined?(WIN32OLE)
 | 
			
		|||
      x = @obj.ole_put_methods.select {|m|
 | 
			
		||||
        m.invoke_kind == 'PROPERTYPUTREF'
 | 
			
		||||
      }
 | 
			
		||||
      assert(x.size > 0)
 | 
			
		||||
      assert_equal(1, x.size)
 | 
			
		||||
      assert_equal('Item', x[0].name)
 | 
			
		||||
    end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue