summaryrefslogtreecommitdiff
path: root/ext/win32ole/tests/testOLEPARAM.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/tests/testOLEPARAM.rb')
-rw-r--r--ext/win32ole/tests/testOLEPARAM.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/tests/testOLEPARAM.rb b/ext/win32ole/tests/testOLEPARAM.rb
index 685b548aa5..6baeee5eb3 100644
--- a/ext/win32ole/tests/testOLEPARAM.rb
+++ b/ext/win32ole/tests/testOLEPARAM.rb
@@ -62,7 +62,7 @@ class TestOLEPARAM < RUNIT::TestCase
f = methods.find {|m| m.name == 'SaveAs'}
assert(f.params[0].optional?)
end
- def test_ole_type_detail
+ def test_ole_type_detail2
classes = WIN32OLE_TYPE.ole_classes(MS_EXCEL_TYPELIB)
methods = classes.find {|c| c.name == 'Worksheet'}.ole_methods
f = methods.find {|m| m.name == 'SaveAs'}