Fix test_alloc_realloc_nested_groups() to work in UTF-16 builds

This commit is contained in:
Rhodri James 2017-08-24 15:53:52 +01:00 committed by Sebastian Pipping
parent 4f89cb88ac
commit 38166e1f54

View File

@ -9673,7 +9673,7 @@ START_TEST(test_alloc_realloc_nested_groups)
fail("Parse succeeded despite failing reallocator");
if (i == max_realloc_count)
fail("Parse failed at maximum reallocation count");
CharData_CheckString(&storage, "doce");
CharData_CheckXMLChars(&storage, XCS("doce"));
if (dummy_handler_flags != DUMMY_ELEMENT_DECL_HANDLER_FLAG)
fail("Element handler not fired");
}