Flowdock
method

test_setproperty

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - 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

Show source
Register or log in to add new notes.