[OLEAUT32_WINETEST]

- Re-enable test_apm and test_enhmetafile.
ROSTESTS-2

svn path=/trunk/; revision=66299
This commit is contained in:
Thomas Faber 2015-02-15 17:54:41 +00:00
parent e31687b11f
commit 4db087dde9

View file

@ -564,11 +564,6 @@ static void test_apm(void)
BOOL keep;
short type;
if(!winetest_interactive) {
skip("ROSTESTS-2: oleaut_winetest:olepicture crashes with Page Fault.\n");
return;
}
hglob = GlobalAlloc (0, sizeof(apmdata));
data = GlobalLock(hglob);
memcpy(data, apmdata, sizeof(apmdata));
@ -625,11 +620,6 @@ static void test_enhmetafile(void)
BOOL keep;
short type;
if(!winetest_interactive) {
skip("ROSTESTS-2: oleaut_winetest:olepicture crashes with Page Fault.\n");
return;
}
hglob = GlobalAlloc (0, sizeof(enhmetafile));
data = GlobalLock(hglob);
memcpy(data, enhmetafile, sizeof(enhmetafile));