Author: cwittich
Date: Sat Jan 3 08:42:02 2015
New Revision: 65949
URL:
http://svn.reactos.org/svn/reactos?rev=65949&view=rev
Log:
[GDI32_WINETEST]
don't skip metafile tests anymore
#ROSTESTS-4
Modified:
trunk/rostests/winetests/gdi32/metafile.c
Modified: trunk/rostests/winetests/gdi32/metafile.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/gdi32/metafile.…
==============================================================================
--- trunk/rostests/winetests/gdi32/metafile.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/gdi32/metafile.c [iso-8859-1] Sat Jan 3 08:42:02 2015
@@ -1734,12 +1734,6 @@
broken(emh1->nBytes - diff_9x == emh2->nBytes),
"expected nBytes %u, got %u\n", emh1->nBytes, emh2->nBytes);
ok(emh1->nRecords == emh2->nRecords, "expected nRecords %u, got
%u\n", emh1->nRecords, emh2->nRecords);
-
- if(!winetest_interactive)
- {
- skip("skipping match_emf_record(), bug ROSTESTS-4\n");
- return 0;
- }
offset1 = emh1->nSize;
offset2 = emh2->nSize; /* Needed for Win9x/WinME/NT4 */