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

Alexandre Julliard julliard at wine.codeweavers.com
Wed Mar 28 06:41:54 CDT 2007


Module: wine
Branch: master
Commit: 32dc3989762ec5ec1c84eae67cd71242d5cb7c13
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=32dc3989762ec5ec1c84eae67cd71242d5cb7c13

Author: Rob Shearman <rob at codeweavers.com>
Date:   Tue Mar 27 18:19:51 2007 +0100

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

---

 dlls/ole32/tests/moniker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/tests/moniker.c b/dlls/ole32/tests/moniker.c
index 513bb94..06c5698 100644
--- a/dlls/ole32/tests/moniker.c
+++ b/dlls/ole32/tests/moniker.c
@@ -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);




More information about the wine-cvs mailing list