mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +00:00
[SHELL32_APITEST] - Add a test for CShellDesktop to show what breaks the select folder dialog.
svn path=/trunk/; revision=73235
This commit is contained in:
parent
42d50ca091
commit
4a5fe31949
1 changed files with 4 additions and 0 deletions
|
@ -182,6 +182,10 @@ TestShellFolder(
|
||||||
hr = psf2->CreateViewObject(NULL, IID_PPV_ARG(IShellView, &psv_2));
|
hr = psf2->CreateViewObject(NULL, IID_PPV_ARG(IShellView, &psv_2));
|
||||||
ok(hr == S_OK, "hr = %lx\n", hr);
|
ok(hr == S_OK, "hr = %lx\n", hr);
|
||||||
ok(psv != psv_2, "Expected %p != %p\n", static_cast<PVOID>(psv), static_cast<PVOID>(psv_2));
|
ok(psv != psv_2, "Expected %p != %p\n", static_cast<PVOID>(psv), static_cast<PVOID>(psv_2));
|
||||||
|
|
||||||
|
STRRET strret;
|
||||||
|
hr = psf2->GetDisplayNameOf(NULL, 0, &strret);
|
||||||
|
ok(hr == S_OK, "hr = %lx\n", hr);
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID TestInitialize(_In_ IShellFolder *psf)
|
VOID TestInitialize(_In_ IShellFolder *psf)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue