ole32: Fix a typo in the class moniker tests.
This commit is contained in:
parent
9645f9d19d
commit
2456f2d43b
@ -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);
|
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);
|
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);
|
IUnknown_Release(unknown);
|
||||||
|
|
||||||
hr = IMoniker_BindToStorage(moniker, bindctx, NULL, &IID_IUnknown, (void **)&unknown);
|
hr = IMoniker_BindToStorage(moniker, bindctx, NULL, &IID_IUnknown, (void **)&unknown);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user