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

This commit is contained in:
Rob Shearman 2007-03-27 18:19:51 +01:00 committed by Alexandre Julliard
parent 4ce58cb531
commit 32dc398976
1 changed files with 1 additions and 1 deletions

View File

@ -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);