Commit d8563f1e authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

ole32: Add a test for IMoniker_IsDirty.

parent 77188bbe
......@@ -312,6 +312,9 @@ static void test_moniker(
BYTE buffer[128];
IMoniker * moniker_proxy;
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