qt6-bb10/tests/auto/corelib
Tatiana Borisova 2499de8874 QJsonArray: use new comparison helper macros
Replace public operators operator==(), operator!=() of
QJsonArray to friend methods comparesEqual().

Use QT_CORE_REMOVED_SINCE and removed_api.cpp to get rid of current
comparison methods and replace them with a friend.

Add friend method comparesEqual(QJsonArray, QJsonValue)
to the QJsonArray class, to support comparison between QJsonArray
and QJsonValue elements, see test-case fromToVariantConversions()

Task-number: QTBUG-120300
Change-Id: I8440ca0761bede8551ff792bfa7f22e47b56fa79
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-03-21 23:43:35 +01:00
..
animation Change license for tests files 2024-02-04 09:56:42 +01:00
global Fix build of tst_qoperatingsystemversion.cpp with C++20 2024-03-19 21:09:38 +01:00
io QAbstractFileEngine: remove member FileTime and use QFile::FileTime 2024-03-21 19:05:02 +02:00
ipc Change license for tests files 2024-02-04 09:56:42 +01:00
itemmodels Change license for tests files 2024-02-04 09:56:42 +01:00
kernel QMetaMethod: document that fromSignal(nullptr) is ok 2024-03-21 11:20:49 +01:00
mimetypes Change license for tests files 2024-02-04 09:56:42 +01:00
platform Change license for tests files 2024-02-04 09:56:42 +01:00
plugin tst_QFactoryLoader: includemocs 2024-03-12 14:23:42 +01:00
serialization QJsonArray: use new comparison helper macros 2024-03-21 23:43:35 +01:00
text Test that QBAV(QL1SV) and QBAV(QU8SV) constructors are constexpr 2024-03-18 17:42:18 +01:00
thread tst_qfuture: Update EXPECT_FAIL msvc condition 2024-03-18 14:59:26 +01:00
time QIcuTimeZonePrivate constructor: save iteration over all zone IDs 2024-02-08 15:40:03 +01:00
tools QCommandLineParser: remove redundant #ifdef from unittest 2024-03-16 16:41:03 +02:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00