mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
[SHELL32_APITEST] Rename TestShellFolder, test_data and Tests. #179
This commit is contained in:
@@ -145,7 +145,7 @@ TestCompareIDList(IShellFolder* psf)
|
||||
|
||||
static
|
||||
VOID
|
||||
TestShellFolder(
|
||||
TestDesktopFolder(
|
||||
_In_ IShellFolder2 *psf2)
|
||||
{
|
||||
HRESULT hr;
|
||||
@@ -243,7 +243,7 @@ START_TEST(CShellDesktop)
|
||||
ok(hr == S_OK, "hr = %lx\n", hr);
|
||||
ok(psf == static_cast<IShellFolder *>(psf2), "Expected %p == %p\n", static_cast<PVOID>(psf), static_cast<PVOID>(psf2));
|
||||
|
||||
TestShellFolder(psf2);
|
||||
TestDesktopFolder(psf2);
|
||||
TestCompareIDList(psf);
|
||||
TestInitialize(psf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user