method

test_setproperty

ruby latest stable - Class: TestWin32OLE_WITH_MSI

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

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