2 Commits
Author SHA1 Message Date
Hamazasp Avetisyan 70d751cdec Fix stale doc comment for readOpds()
The doc described params readOnly/libraryPath which do not exist on
readOpds() (leftover from a copy-paste of readXml()'s doc), and never
mentioned the actual urlHost parameter.
Also removed a comment in tets case that was refering to a class that was removed in previous branches.
2026-08-29 21:32:26 +04:00
Hamazasp Avetisyan e21e3cf4a3 Add unit tests for LibXMLDumper
LibXMLDumper predates this PR but had no dedicated test suite. Also
default-initialize the library pointer to nullptr: LibXMLDumper's
default constructor left it as an uninitialized (unusable and
non-empty) garbage pointer, which the new
defaultConstructedDumperHasNoLibrary test exercises directly.
2026-08-03 18:31:17 +04:00