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/trunk@10485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a5b2d039d1
commit
96921c919c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ end
|
|||
require "test/unit"
|
||||
|
||||
if defined?(WIN32OLE)
|
||||
class TestWIN32OLE < Test::Unit::TestCase
|
||||
class TestWIN32OLE_FOR_PROPERTYPUTREF < Test::Unit::TestCase
|
||||
|
||||
def setup
|
||||
@obj = WIN32OLE.new('Scripting.Dictionary')
|
||||
|
|
|
@ -8,7 +8,7 @@ end
|
|||
require "test/unit"
|
||||
|
||||
if defined?(WIN32OLE)
|
||||
class TestWIN32OLE_WORD < Test::Unit::TestCase
|
||||
class TestWIN32OLE_WITH_WORD < Test::Unit::TestCase
|
||||
|
||||
def setup
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue