From b5ad6a44801e39eb7e0b4a6056d93b68de68c8a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Wed, 4 Jan 2017 16:49:43 +0100 Subject: [PATCH] hlink/tests: Test skipped data. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: André Hentschel Signed-off-by: Alexandre Julliard --- dlls/hlink/tests/hlink.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/hlink/tests/hlink.c b/dlls/hlink/tests/hlink.c index 42fe6cbd763..22cfd10064e 100644 --- a/dlls/hlink/tests/hlink.c +++ b/dlls/hlink/tests/hlink.c @@ -404,7 +404,10 @@ static void test_persist_save_data(const char *testname, IHlink *lnk, (expected_data_alt == expected_hlink_data2_ie7 && i == 109) /* Win10 */ || (expected_data_alt == expected_hlink_data3_ie7 && i == 109) /* Win10 */ || (expected_data_alt == expected_hlink_data5_ie7 && i == 107) /* Win10 */) + { + ok(data[i] == 0 || broken(data[i] == 1), "Expected 0 or 1, got %d", data[i]); continue; + } if ((expected_data_alt[i] != data[i]) && (((expected_data_alt != expected_hlink_data2) && (expected_data_alt != expected_hlink_data3)) || -- 2.11.4.GIT