mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[MSXML3_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72297
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user