Commit 5a8536a1 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

ole32: Add a test for IMoniker_IsDirty.

parent ababfdef
......@@ -337,6 +337,9 @@ static void test_moniker(
CoTaskMemFree(display_name);
IBindCtx_Release(bindctx);
hr = IMoniker_IsDirty(moniker);
ok(hr == S_FALSE, "%s: IMoniker_IsDirty should return S_FALSE, not 0x%08lx\n", testname, hr);
/* IROTData::GetComparisonData test */
hr = IMoniker_QueryInterface(moniker, &IID_IROTData, (void **)&rotdata);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment