mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[XMLLITE_WINETEST] Addendum to r75951.
svn path=/trunk/; revision=75956
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user