projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f42e4
)
[XMLLITE_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
author
Amine Khaldi
<amine.khaldi@reactos.org>
Wed, 15 Apr 2015 18:12:48 +0000
(18:12 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Wed, 15 Apr 2015 18:12:48 +0000
(18:12 +0000)
svn path=/trunk/; revision=67209
rostests/winetests/xmllite/reader.c
patch
|
blob
|
history
diff --git
a/rostests/winetests/xmllite/reader.c
b/rostests/winetests/xmllite/reader.c
index
00154d3
..
54138e9
100644
(file)
--- a/
rostests/winetests/xmllite/reader.c
+++ b/
rostests/winetests/xmllite/reader.c
@@
-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);