Module: wine Branch: master Commit: 14316fc17f1c6d5da95aa55a952342a3c74112b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=14316fc17f1c6d5da95aa55a95...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Wed Sep 15 16:39:25 2010 +0200
msxml3/tests: Step to the next item on failure as well.
---
dlls/msxml3/tests/domdoc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c index 0ed8f33..0a50ca0 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; }