cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

Tests: add support for libXml2 2.9.11+ #1068

Closed agarny closed 1 year ago

agarny commented 1 year ago

Our tests currently work with libXml2 2.9.10 and below, but... with libXml2 2.9.11, error messages have once again changed, which means that some of our tests fail if we are using a version of libXml2 which is greater than 2.9.10 (the macOS 13.0 SDK uses libXml2 2.9.13). The current version of libXml2 is version 2.10.3, but thank god their xmlParseContent() method is still the same. So, it looks like we might, for now at least, be good with just supporting 2.9.11.