ole32: Fix a typo in the class moniker tests.

This commit is contained in:
Rob Shearman 2008-01-06 16:20:35 +00:00 committed by Alexandre Julliard
parent 9645f9d19d
commit 2456f2d43b
1 changed files with 1 additions and 1 deletions

View File

@ -1311,7 +1311,7 @@ static void test_class_moniker(void)
ok(hr == MK_E_UNAVAILABLE, "IMoniker_GetTimeOfLastChange should return MK_E_UNAVAILABLE, not 0x%08x\n", hr);
hr = IMoniker_BindToObject(moniker, bindctx, NULL, &IID_IUnknown, (void **)&unknown);
ok_ole_success(hr, IMoniker_BindToStorage);
ok_ole_success(hr, IMoniker_BindToObject);
IUnknown_Release(unknown);
hr = IMoniker_BindToStorage(moniker, bindctx, NULL, &IID_IUnknown, (void **)&unknown);