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

Nikolay Sivov nsivov at codeweavers.com
Sun Jan 6 11:04:26 CST 2019


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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 15f29d61fc..f1978f7bdf 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");
-- 
2.20.1




More information about the wine-devel mailing list