1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00

adsldp/tests: Fix test failures.

The server is back online now and apparently its contents changed, causing
test failures.
This commit is contained in:
Hans Leidekker 2023-03-19 21:32:27 +01:00 committed by Alexandre Julliard
parent 15aec46117
commit 42fbc50b66

View File

@ -310,8 +310,6 @@ static void do_search(const struct search *s)
"expected %s, got %s\n", wine_dbgstr_w(res->values[i]), wine_dbgstr_w(col.pADsValues[i].CaseIgnoreString));
}
ok(!res->values[i], "expected extra value %s\n", wine_dbgstr_w(res->values[i]));
IDirectorySearch_FreeColumn(ds, &col);
FreeADsMem(name);
res++;