Flowdock
method

test_setproperty

Importance_1
v1_8_7_330 - Show latest stable - 0 notes - Class: TestWin32OLE_WITH_MSI
test_setproperty() public

Sorry, this test fails. Win32OLE does not support this style to set property. Use Win32OLE#setproperty or Win32OLE#[]= . def test_invoke

@record.invoke("StringData", 1, 'cccc')
assert_equal('cccc', @record.StringData(1))

end

Show source
Register or log in to add new notes.