mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 22:58:37 +00:00
ole32: Display the testname for the test for display name in test_moniker.
This commit is contained in:
parent
4ce58cb531
commit
32dc398976
@ -961,7 +961,7 @@ static void test_moniker(
|
||||
|
||||
hr = IMoniker_GetDisplayName(moniker, bindctx, NULL, &display_name);
|
||||
ok_ole_success(hr, IMoniker_GetDisplayName);
|
||||
ok(!lstrcmpW(display_name, expected_display_name), "display name wasn't what was expected\n");
|
||||
ok(!lstrcmpW(display_name, expected_display_name), "%s: display name wasn't what was expected\n", testname);
|
||||
|
||||
CoTaskMemFree(display_name);
|
||||
IBindCtx_Release(bindctx);
|
||||
|
Loading…
Reference in New Issue
Block a user