Re: gdi/tests/metafile.c NT 4 fix
"Jakob Eriksson" <jakov(a)vmlinux.org> wrote:
--- dlls/gdi/tests/metafile.c 27 Dec 2004 17:46:36 -0000 1.4 +++ dlls/gdi/tests/metafile.c 3 Jan 2005 14:27:55 -0000 @@ -185,8 +185,6 @@ ret = EnumEnhMetaFile(hdcDisplay, hMetafile, emf_enum_proc, dx, &rc); ok( ret, "EnumEnhMetaFile error %ld\n", GetLastError());
- ok(emr_processed, "EnumEnhMetaFile couldn't find EMR_EXTTEXTOUTA or EMR_EXTTEXTOUTW record\n"); -
This defeats the whole purpose of the test, could you investigate what is going on? -- Dmitry.
Dmitry Timoshkov wrote:
"Jakob Eriksson" <jakov(a)vmlinux.org> wrote:
--- dlls/gdi/tests/metafile.c 27 Dec 2004 17:46:36 -0000 1.4 +++ dlls/gdi/tests/metafile.c 3 Jan 2005 14:27:55 -0000 @@ -185,8 +185,6 @@ ret = EnumEnhMetaFile(hdcDisplay, hMetafile, emf_enum_proc, dx, &rc); ok( ret, "EnumEnhMetaFile error %ld\n", GetLastError());
- ok(emr_processed, "EnumEnhMetaFile couldn't find EMR_EXTTEXTOUTA or EMR_EXTTEXTOUTW record\n"); -
This defeats the whole purpose of the test, could you investigate what is going on?
I'll try some other day. regards, Jakob
participants (2)
-
Dmitry Timoshkov -
Jakob Eriksson