riched20/tests: Add tests for ITextDocument::Open about dealing with rtf. (try 2)

Jactry Zeng jactry92 at gmail.com
Tue Mar 25 02:19:31 CDT 2014


Hi,
2014-03-19 21:14 GMT+08:00 Nikolay Sivov <bunglehead at gmail.com>:
>
> On 3/19/2014 17:02, Jactry Zeng wrote:
>
>> +  /* open a rtf without } in the end */
>> +  result = ITextDocument_Open(txtDoc, &testfile, tomReadOnly, CP_ACP);
>> +  /* 0x80070026 is HRESUILT_FROM_WIN32(ERROR_HANDLE_EOF) */
>> +  todo_wine ok(result == 0x80070026, "ITextDocument_Open: Should return
an ERROR_HANDLE_EOF error.\n");
>
> No need to put a magic number, use HRESULT_FROM_WIN32(),

Using HRESULT_FROM_WIN32() we should include Winerror.h, so I give this way
up in this patch.
I will continue improving this patch.

Thanks for your review!
--
Regards,
Jactry Zeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20140325/ed44de5a/attachment.html>


More information about the wine-devel mailing list