[MSXML3_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72297
This commit is contained in:
Amine Khaldi 2016-08-18 10:27:46 +00:00
parent 2336f78df3
commit ddb3a842ea

View file

@ -149,6 +149,9 @@ static void create_test(void)
hr = IXMLParser_SetFlags(parser, 0);
ok(hr == S_OK, "Expected S_OK got 0x%08x\n", hr);
hr = IXMLParser_GetParserState(parser);
ok(hr == XMLPARSER_IDLE, "got 0x%08x\n", hr);
IXMLParser_Release(parser);
}