qt5base-lts/tests/auto/corelib/serialization/json
Simon Hausmann 31ffc7bf2a Fix removal of QJsonObject properties when assigning undefined
Commit 8010e906d3 accidentally ended up
removing the removal-on-undefined-insertion check by calling insertAt
instead of insert, which had it. This patch moves the check back into
setValueAt.

Change-Id: Ic381e284d3da37e31c4eb29f79dfab9c55c2e3e9
Fixes: QTBUG-77204
Reviewed-by: Liang Qi <liang.qi@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-07-30 11:08:24 +02:00
..
invalidBinaryData QJsonDocument: Avoid overflow of string lengths 2018-05-14 10:52:47 +00:00
bom.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
json.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
json.qrc Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
test2.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
test3.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
test.bjson Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
test.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
tst_qtjson.cpp Fix removal of QJsonObject properties when assigning undefined 2019-07-30 11:08:24 +02:00