move all test from ext/win32ole/tests test/win32ole
0 lines of code changed in:
move some test from ext/win32ole/tests to test/win32ole
1 lines of code changed in:
remove WIN32OLE::PROPERTY class.
6 lines of code changed in:
ext/win32ole/win32ole.c (add_event_call_back): should not
delete event handler when the event name is not entried.
0 lines of code changed in:
ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFuncDesc failed.
0 lines of code changed in:
add test/win32ole/test_win32ole_variant.rb.
ext/win32ole/win32ole.c: use ANSI C style.
0 lines of code changed in:
remove testOLEPARAM.rb
0 lines of code changed in:
remove testOLEMETHOD.rb
0 lines of code changed in:
add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspect
add test/win32ole and remove some test script from ext/win32ole/tests.
0 lines of code changed in:
change the behavior of WIN32OLE#[] and WIN32OLE#[]=.
3 lines of code changed in:
change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1
and Ruby String object.
19 lines of code changed in:
* ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT in
WIN32OLE_VARIANT.new().
* ext/win32ole/tests/testOLEVARIANT.rb: ditto.
* ext/win32ole/tests/testOLEPARAM.rb: test method name should not be
duplicated.
6 lines of code changed in:
add WIN32OLE.create_guid.
6 lines of code changed in:
add testNIL2VTEMPTY.rb
2 lines of code changed in:
avoid core dump with WIN32OLE_EVENT.
20 lines of code changed in:
refactoring
7 lines of code changed in:
add test script to check WIN32OLE can invoke InvokeVerb of FolderItem2
9 lines of code changed in:
add WIN32OLE_VARIANT class
1 lines of code changed in:
* ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should set
only one event handler.
40 lines of code changed in:
add WIN32OLE_TYPE#ole_typelib, WIN32OLE_TYPE#implemented_ole_types.
15 lines of code changed in:
(8 more)