Nikolay Sivov : gdi32/tests: Fix copy-paste issue with test message ( Coverity).

Alexandre Julliard julliard at winehq.org
Mon Jan 7 16:23:00 CST 2019


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Jan  6 20:04:26 2019 +0300

gdi32/tests: Fix copy-paste issue with test message (Coverity).

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/gdi32/tests/metafile.c b/dlls/gdi32/tests/metafile.c
index 15f29d6..f1978f7 100644
--- a/dlls/gdi32/tests/metafile.c
+++ b/dlls/gdi32/tests/metafile.c
@@ -2528,7 +2528,7 @@ static void test_emf_ExtTextOut_on_path(void)
     ok(hMetafile != 0, "CloseEnhMetaFile error %d\n", GetLastError());
 
     if (compare_emf_bits(hMetafile, EMF_TEXTOUT_OUTLINE_ON_PATH_BITS, sizeof(EMF_TEXTOUT_OUTLINE_ON_PATH_BITS),
-        "emf_TextOut_on_path", FALSE) != 0)
+        "emf_TextOut_outline_on_path", FALSE) != 0)
     {
         dump_emf_bits(hMetafile, "emf_TextOut_outline_on_path");
         dump_emf_records(hMetafile, "emf_TextOut_outline_on_path");




More information about the wine-cvs mailing list