adsldp/tests: Fix test failures.
The server is back online now and apparently its contents changed, causing test failures.
This commit is contained in:
parent
15aec46117
commit
42fbc50b66
1 changed files with 0 additions and 2 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Reference in a new issue