adsldp/tests: Remove no longer needed goto.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
220b871236
commit
8a3de59fcb
|
@ -505,7 +505,6 @@ todo_wine
|
||||||
|
|
||||||
hr = IDirectorySearch_ExecuteSearch(ds, (WCHAR *)L"(objectClass=*)", NULL, ~0, &sh);
|
hr = IDirectorySearch_ExecuteSearch(ds, (WCHAR *)L"(objectClass=*)", NULL, ~0, &sh);
|
||||||
ok(hr == S_OK, "got %#x\n", hr);
|
ok(hr == S_OK, "got %#x\n", hr);
|
||||||
if (hr != S_OK) goto fail;
|
|
||||||
|
|
||||||
hr = IDirectorySearch_GetNextRow(ds, sh);
|
hr = IDirectorySearch_GetNextRow(ds, sh);
|
||||||
ok(hr == S_OK, "got %#x\n", hr);
|
ok(hr == S_OK, "got %#x\n", hr);
|
||||||
|
@ -517,7 +516,6 @@ todo_wine
|
||||||
ok(hr == S_OK, "got %#x\n", hr);
|
ok(hr == S_OK, "got %#x\n", hr);
|
||||||
|
|
||||||
IDirectorySearch_Release(ds);
|
IDirectorySearch_Release(ds);
|
||||||
fail:
|
|
||||||
IDirectoryObject_Release(dirobj);
|
IDirectoryObject_Release(dirobj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue