qt6-bb10/tests/auto/corelib
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
..
animation Port QSequentialAnimationGroup to new property system 2021-04-19 15:18:46 +02:00
global CMake: Build minimal subset of tests in desktop static builds 2021-04-06 09:15:37 +01:00
io Merge integration refs/builds/qtci/dev/1618515869 2021-04-16 10:08:31 +00:00
itemmodels Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRow 2021-04-07 19:30:08 +08:00
kernel QPropertyBinding: Add sticky mode 2021-04-16 20:33:02 +02:00
mimetypes Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
plugin Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
serialization Correct prefix reported for end element in QXmlStreamReader 2021-04-20 03:03:51 +02:00
text Unicode: fix the extended grapheme cluster algorithm 2021-04-16 20:31:39 +02:00
thread QtFuture::connect: disconnect signals first 2021-04-12 12:37:40 +02:00
time Merge integration refs/builds/qtci/dev/1618564901 2021-04-16 15:28:18 +00:00
tools Inline test cases in tst_qlist 2021-04-17 12:24:14 +02:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00