Commit 903375bf authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

adsldp/tests: Fix test failures.

The server is back online now and apparently its contents changed, causing test failures. (cherry picked from commit 42fbc50b)
parent 0b00e61a
...@@ -310,8 +310,6 @@ static void do_search(const struct search *s) ...@@ -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)); "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); IDirectorySearch_FreeColumn(ds, &col);
FreeADsMem(name); FreeADsMem(name);
res++; res++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment