mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:22:58 +00:00
[SHELL32_APITEST] Improve DragDrop testcase 2
CORE-11238
This commit is contained in:
parent
db1ac630be
commit
4f7bb559fb
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ static void DoTestEntry(const TEST_ENTRY *pEntry)
|
||||||
CoTaskMemFree(pidl);
|
CoTaskMemFree(pidl);
|
||||||
pidl = NULL;
|
pidl = NULL;
|
||||||
}
|
}
|
||||||
ok(pidl != NULL, "pidl is NULL\n");
|
ok(pidl != NULL, "Line %d: pidl is NULL\n", line);
|
||||||
pDropTarget = NULL;
|
pDropTarget = NULL;
|
||||||
PITEMID_CHILD pidlLast = ILFindLastID(pidl);
|
PITEMID_CHILD pidlLast = ILFindLastID(pidl);
|
||||||
hr = s_pDesktop->GetUIObjectOf(NULL, 1, &pidlLast, IID_IDropTarget,
|
hr = s_pDesktop->GetUIObjectOf(NULL, 1, &pidlLast, IID_IDropTarget,
|
||||||
|
@ -274,7 +274,7 @@ static void DoTestEntry(const TEST_ENTRY *pEntry)
|
||||||
|
|
||||||
if (!pDropTarget)
|
if (!pDropTarget)
|
||||||
{
|
{
|
||||||
skip("pDropTarget was NULL\n");
|
skip("Line %d: pDropTarget was NULL\n", line);
|
||||||
|
|
||||||
// clean up
|
// clean up
|
||||||
DeleteFileW(s_szSrcTestFile);
|
DeleteFileW(s_szSrcTestFile);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue