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.