https://git.reactos.org/?p=reactos.git;a=commitdiff;h=45ec86c442dacafbc403d3...
commit 45ec86c442dacafbc403d3a70d799ddcd29bb304 Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Fri Jan 19 12:33:20 2018 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Fri Jan 19 12:33:20 2018 +0100
[MSCTF_WINETEST] Sync with Wine 3.0. CORE-14225 --- modules/rostests/winetests/msctf/inputprocessor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/msctf/inputprocessor.c b/modules/rostests/winetests/msctf/inputprocessor.c index 34a27098d8..9bd112c830 100644 --- a/modules/rostests/winetests/msctf/inputprocessor.c +++ b/modules/rostests/winetests/msctf/inputprocessor.c @@ -1901,7 +1901,7 @@ TfEditCookie ec) ok(SUCCEEDED(hr),"ITfContext_GetSelection failed\n"); ok(fetched == 1,"fetched incorrect\n"); ok(selection.range != NULL,"NULL range\n"); - sink_check_ok(&test_ACP_GetSelection,"ACP_GetSepection"); + sink_check_ok(&test_ACP_GetSelection,"GetSelection"); ITfRange_Release(selection.range);
test_InsertAtSelection(ec, cxt);