qt6-bb10/tests/auto/corelib/serialization/qxmlstream
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
..
XML-Test-Suite
data
tokenError QXmlStreamReader: Raise error on unexpected tokens 2023-07-10 22:44:06 +02:00
.gitattributes
.gitignore
CMakeLists.txt Xml: use new comparison helper macros 2024-03-20 19:50:01 +01:00
XML-Test-Suite-LICENSE.txt
qc14n.h Change license for tests files 2024-02-04 09:56:42 +01:00
setupSuite.sh Correct license for tools files 2024-03-05 12:59:21 +01:00
tst_qxmlstream.cpp Xml: use new comparison helper macros 2024-03-20 19:50:01 +01:00