Commit 32dc3989 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Display the testname for the test for display name in test_moniker.

parent 4ce58cb5
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment