ccd8a496cf
The method reads the next element in a loop, as long as valid elements exist. Within the loop, it returns - false if the end of an element has been reached - true if a new element has started When the document end has been reached, the loop continues, until readNext() returns Invalid. Then, PrematureEndOfDocumentError is launched. This is wrong, because reading beyond the document end is caused by a missing return condition in the loop. => Treat document end like element end and return false without reading beyond it. => Test correct behavior in tst_QXmlStream::readNextStartElement() Fixes: QTBUG-25944 Pick-to: 6.6 6.5 6.2 Change-Id: I0160b65880756a2be541e9f55dc79557fcb1f09f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> |
||
---|---|---|
.. | ||
data | ||
tokenError | ||
XML-Test-Suite | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
qc14n.h | ||
setupSuite.sh | ||
tst_qxmlstream.cpp | ||
XML-Test-Suite-LICENSE.txt |