mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:25:44 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue