Re: mshtml/tests: skip some tests if gecko isn't installed
28 Oct
2008
28 Oct
'08
8:22 a.m.
Austin English wrote: - ok(hres == S_OK, "get_body failed: %08x\n", hres); + if(hres == E_UNEXPECTED) { + skip("Could not get document body. Assuming no Gecko installed.\n"); + } + else { + ok(hres == S_OK, "get_body failed: %08x\n", hres); + } You should fix existing skip to mach current mshtml changes, not add another one. Jacek
6257
Age (days ago)
6257
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban