mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[XMLLITE_WINETEST] Addendum to r75951.
svn path=/trunk/; revision=75956
This commit is contained in:
parent
106ef83977
commit
62b637c47c
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ static void test_invalid_output_encoding(IXmlWriter *writer, IUnknown *output)
|
|||
ok(hr == MX_E_ENCODING, "Unexpected hr %#x.\n", hr);
|
||||
|
||||
/* TODO: WriteSurrogateCharEntity */
|
||||
/* ???TODO: WriteWhitespace */
|
||||
/* ًُُTODO: WriteWhitespace */
|
||||
|
||||
hr = IXmlWriter_Flush(writer);
|
||||
ok(hr == S_OK, "Failed to flush, hr %#x.\n", hr);
|
||||
|
|
Loading…
Reference in a new issue