Skip to content
Snippets Groups Projects
Commit 42fbc50b authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

adsldp/tests: Fix test failures.

The server is back online now and apparently its contents changed, causing
test failures.
parent 15aec461
No related branches found
No related tags found
No related merge requests found
......@@ -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++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment