Unit tests for XMLCoreParser
Introduce basic unit tests for XMLCoreParser:
- Parse an arbitrary well formed XML document
- Try to parse a non-existent file
- Try to parse an XML file which is not well formed (missing closing element)
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
Introduce basic unit tests for XMLCoreParser: