mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 14:13:58 +08:00
[XMLLITE_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67209
This commit is contained in:
parent
27f42e4074
commit
4e16ae29eb
@ -763,7 +763,7 @@ static void test_read_xmldeclaration(void)
|
||||
ok(!lstrcmpW(name_val[i].val, val), "expected %s, got %s\n", wine_dbgstr_w(name_val[i].val), wine_dbgstr_w(val));
|
||||
|
||||
hr = IXmlReader_MoveToNextAttribute(reader);
|
||||
ok(hr == (i < count - 1) ? S_OK : S_FALSE, "got %08x\n", hr);
|
||||
ok(hr == ((i < count - 1) ? S_OK : S_FALSE), "got %08x\n", hr);
|
||||
}
|
||||
|
||||
hr = IXmlReader_GetDepth(reader, &count);
|
||||
|
Loading…
Reference in New Issue
Block a user