qt5base-lts/tests/auto/corelib/serialization
Vincent Baijot 366bdcde97 Correct prefix reported for end element in QXmlStreamReader
Before this change, QXmlStreamReader prefix value was always an empty
string for EndElement when the documentation state : "Returns the prefix
of a StartElement or EndElement."

The error was a missing update of the prefix value when parsing
EndElement.

I updated the tests data which were also wrong because no prefix were
reported even for </a:foo>. No new test is necessary, I think, the test
data already cover the cases of EndElement with a prefix and without one
(unchanged here).

Fixes: QTBUG-86847
Pick-to: 5.15 6.0 6.1
Change-Id: I0ad38b9741d760f1ce688a36f969ec14e20a928c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-04-20 03:03:51 +02:00
..
json QJsonObject: Fix operator<=() 2021-02-18 11:22:51 +00:00
qcborstreamreader Remove the qmake project files 2021-01-07 15:32:28 +01:00
qcborstreamwriter tst_qcborstreamwriter: don't pass char8_t strings to QByteArray 2021-04-16 18:48:28 +02:00
qcborvalue Remove the qmake project files 2021-01-07 15:32:28 +01:00
qcborvalue_json Remove the qmake project files 2021-01-07 15:32:28 +01:00
qdatastream Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
qdatastream_core_pixmap Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtextstream Move QEMU emulation detector to QTest 2021-02-13 10:02:51 +02:00
qxmlstream Correct prefix reported for end element in QXmlStreamReader 2021-04-20 03:03:51 +02:00
cborlargedatavalidation.cpp Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00
CMakeLists.txt Android: exclude tests crashing at start 2020-11-16 13:35:44 +02:00