Re: (try 3) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2 twice in rapid seccesion. handle this error.
23 Oct
2008
23 Oct
'08
2:18 p.m.
Aric Stewart wrote:
Switch the second test to be the first one as it is more important. So if we get to do only one do that one --- dlls/comdlg32/tests/filedlg.c | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-)
------------------------------------------------------------------------
Hi Aric, + if (broken(hr == 0x8000ffff || hr == E_FAIL)) + { + win_skip("second attempt is a Catastrophic failure\n"); broken() and win_skip(), wow :) The win_skip is not needed in this case. A normal skip() would do fine. -- Cheers, Paul.
6262
Age (days ago)
6262
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Vriens