Andrey Gusev : msctf/tests: Fix a typo in sink_check_ok().

Alexandre Julliard julliard at winehq.org
Mon Jan 8 16:08:06 CST 2018


Module: wine
Branch: master
Commit: 0b7882b00b71a95a255a1593643c5a42f0a29aa6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0b7882b00b71a95a255a1593643c5a42f0a29aa6

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Mon Jan  8 13:45:27 2018 +0200

msctf/tests: Fix a typo in sink_check_ok().

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msctf/tests/inputprocessor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c
index 34a2709..9bd112c 100644
--- a/dlls/msctf/tests/inputprocessor.c
+++ b/dlls/msctf/tests/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);




More information about the wine-cvs mailing list