[PATCH 2/2] Step to the next item on failure as well

Paul Vriens Paul.Vriens.Wine at gmail.com
Wed Sep 15 09:39:25 CDT 2010


---
 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;
         }
 
-- 
1.6.2.5


--------------060700090204000503080509--



More information about the wine-patches mailing list