mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Test class name should not be duplicated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									b0eab6daaf
								
							
						
					
					
						commit
						23fa92e3cf
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ end
 | 
				
			||||||
require "test/unit"
 | 
					require "test/unit"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if defined?(WIN32OLE)
 | 
					if defined?(WIN32OLE)
 | 
				
			||||||
  class TestWIN32OLE < Test::Unit::TestCase
 | 
					  class TestWIN32OLE_FOR_PROPERTYPUTREF < Test::Unit::TestCase
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    def setup
 | 
					    def setup
 | 
				
			||||||
      @obj = WIN32OLE.new('Scripting.Dictionary')
 | 
					      @obj = WIN32OLE.new('Scripting.Dictionary')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ end
 | 
				
			||||||
require "test/unit"
 | 
					require "test/unit"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if defined?(WIN32OLE)
 | 
					if defined?(WIN32OLE)
 | 
				
			||||||
  class TestWIN32OLE < Test::Unit::TestCase
 | 
					  class TestWIN32OLE_WITH_WORD < Test::Unit::TestCase
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    def setup
 | 
					    def setup
 | 
				
			||||||
      begin
 | 
					      begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue