Robert Shearman : ole32: Make an ok message match the name of the function it is testing.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 11 06:05:11 CDT 2006


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

Author: Robert Shearman <rob at codeweavers.com>
Date:   Mon Sep 11 11:12:50 2006 +0100

ole32: Make an ok message match the name of the function it is testing.

---

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

diff --git a/dlls/ole32/tests/storage32.c b/dlls/ole32/tests/storage32.c
index f3b9b27..437387f 100644
--- a/dlls/ole32/tests/storage32.c
+++ b/dlls/ole32/tests/storage32.c
@@ -44,7 +44,7 @@ static void test_hglobal_storage_stat(vo
 
     mode = STGM_CREATE|STGM_SHARE_EXCLUSIVE|STGM_READWRITE;/*0x1012*/
     r = StgCreateDocfileOnILockBytes( ilb, mode, 0,  &stg );
-    ok( r == S_OK, "CreateILockBytesOnHGlobal failed\n");
+    ok( r == S_OK, "StgCreateDocfileOnILockBytes failed\n");
 
     r = WriteClassStg( stg, &test_stg_cls );
     ok( r == S_OK, "WriteClassStg failed\n");




More information about the wine-cvs mailing list