From 14316fc17f1c6d5da95aa55a952342a3c74112b3 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Wed, 15 Sep 2010 16:39:25 +0200 Subject: [PATCH] msxml3/tests: Step to the next item on failure as well. --- dlls/msxml3/tests/domdoc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c index 0ed8f338223..0a50ca04d1c 100644 --- a/dlls/msxml3/tests/domdoc.c +++ b/dlls/msxml3/tests/domdoc.c @@ -5647,6 +5647,7 @@ static void test_default_properties(void) if (hr != S_OK) { win_skip("can't create %s instance\n", entry->clsid); + entry++; continue; }