qt6-bb10/tests/auto/corelib/serialization
Tatiana Borisova cd5dd8b95b Xml: use new comparison helper macros
New comparison macros are used for following classes:
-QXmlStreamAttribute
-QXmlStreamNamespaceDeclaration
-QXmlStreamNotationDeclaration
-QXmlStreamEntityDeclaration

Replace public operators operator==(), operator!=() of
classes to friend methods comparesEqual();

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

Add checkStreamNotationDeclarations()/checkStreamEntityDeclarations()
test-cases to test change.

Task-number: QTBUG-120300
Change-Id: I0b5642b2e23cc21ede7bc4888f0a9bddd6c08d07
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-03-20 19:50:01 +01:00
..
json Change license for tests files 2024-02-04 09:56:42 +01:00
qcborstreamreader QCborStreamReader: rename toStringish() -> readAllStringish() 2024-03-12 05:36:54 +01:00
qcborstreamwriter Change license for tests files 2024-02-04 09:56:42 +01:00
qcborvalue QCborMap: use new comparison helper macros 2024-03-20 15:21:00 +01:00
qcborvalue_json Change license for tests files 2024-02-04 09:56:42 +01:00
qdatastream Deprecate QDataStream::readBytes(char *&, uint &) instead of removing it 2024-02-07 15:02:19 +01:00
qdatastream_core_pixmap Change license for tests files 2024-02-04 09:56:42 +01:00
qtextstream Change license for tests files 2024-02-04 09:56:42 +01:00
qxmlstream Xml: use new comparison helper macros 2024-03-20 19:50:01 +01:00
CMakeLists.txt wasm tests: Disable unstable qcborvalue test 2023-11-23 19:26:49 +01:00
cborlargedatavalidation.cpp Change license for tests files 2024-02-04 09:56:42 +01:00