TST/BUG: Rename html encoding test files. #7903
Merged
+0
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
html test_encode fails on OSX 10.9.4 due to missing dash in
utf32
encodingstring.
The test encoding string is derived from a split of the test file name.
Only utf32 is affected but this commit changes the utf8 and utf16 containing filenames as well for the sake of consistency.
Test failure was not resolved by building the most recent lxml with static dependencies and most recent versions of libxml2 and libxslt.
I contacted the lxml mailing list.
http://mailman-mail5.webfaction.com/pipermail/lxml/2014-July/007239.html
It was suggested that problem may be in OSX libiconv though
iconv -l
doesn't show the bug on my system.