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

This commit is contained in:
Robert Shearman 2006-09-11 11:12:50 +01:00 committed by Alexandre Julliard
parent 355903ddc4
commit 83f13d6b99
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ static void test_hglobal_storage_stat(void)
mode = STGM_CREATE|STGM_SHARE_EXCLUSIVE|STGM_READWRITE;/*0x1012*/ mode = STGM_CREATE|STGM_SHARE_EXCLUSIVE|STGM_READWRITE;/*0x1012*/
r = StgCreateDocfileOnILockBytes( ilb, mode, 0, &stg ); 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 ); r = WriteClassStg( stg, &test_stg_cls );
ok( r == S_OK, "WriteClassStg failed\n"); ok( r == S_OK, "WriteClassStg failed\n");