Skip to content

Conversation

@mpsonntag
Copy link
Contributor

The VersionConverter dealt with an edge case of XML test files with opening <B0> tags that were missing their closing tag rendering them broken. Catching this one edge case circumvented opening XML files via lxml, leaving the resulting document open to various encoding problems.

This PR drops support to resolve the specific tag edge case in favour of properly opening XML files via lxml.

The VersionConverter convered an edge case of
xml files with opening <B0> tags that were
missing its closing tag. Support for this
is dropped to make sure file are always
opened with the proper encoding via lxml
instead.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 79.457% when pulling 3dafab5 on mpsonntag:versionConv into 804ccb5 on G-Node:master.

@achilleas-k achilleas-k merged commit b3188df into G-Node:master Sep 25, 2018
@mpsonntag mpsonntag deleted the versionConv branch September 25, 2018 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants