https://bugs.kde.org/show_bug.cgi?id=492891
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit ab3b672175f1bca31582d925a7acc3b5a00b590a by Ralf Habacker. Committed on 14/09/2024 at 16:08. Pushed by habacker into branch 'master'. Add generation of XML files for use in tests For a textual comparison of XMl files, it is necessary that the output is reproducible (sorted), which is made possible with this implementation, but not with QDomDocument, QXml...Writer. M +1 -0 autotests/CMakeLists.txt A +36 -0 autotests/alkdomtest.cpp [License: LGPL(v2.1+)] A +27 -0 autotests/alkdomtest.h [License: LGPL(v2.1+)] M +2 -0 src/CMakeLists.txt A +79 -0 src/alkdom.cpp [License: LGPL(v2.1+)] A +62 -0 src/alkdom.h [License: LGPL(v2.1+)] https://invent.kde.org/office/alkimia/-/commit/ab3b672175f1bca31582d925a7acc3b5a00b590a -- You are receiving this mail because: You are the assignee for the bug.