mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
tests: Remove early comment count check in test_user_parameters
Before a parse call with isFinal=XML_TRUE, there is no guarantee that all supplied data has been parsed. Removing the first comment count check removes the test's assumption of such a guarantee.
This commit is contained in:
parent
bb3c171980
commit
a5993b2d42
1 changed files with 0 additions and 2 deletions
|
@ -2668,8 +2668,6 @@ START_TEST(test_user_parameters) {
|
|||
if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_FALSE)
|
||||
== XML_STATUS_ERROR)
|
||||
xml_failure(g_parser);
|
||||
if (g_comment_count != 2)
|
||||
fail("Comment handler not invoked enough times");
|
||||
/* Ensure we can't change policy mid-parse */
|
||||
if (XML_SetParamEntityParsing(g_parser, XML_PARAM_ENTITY_PARSING_NEVER))
|
||||
fail("Changed param entity parsing policy while parsing");
|
||||
|
|
Loading…
Add table
Reference in a new issue