openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

Test locHasNullTerminator fails for reference.jp2 under Python 3 #76

Closed bitsgalore closed 8 years ago

bitsgalore commented 8 years ago

This is a valid JP2:

https://github.com/openpreserve/jpylyzer-test-files/blob/master/reference.jp2

But when executed with Python 3, jpylyzer reports;

<isValidJP2>False</isValidJP2>

Failed test is locHasNullTerminator under /tests/uuidInfoBox/urlBox.

File passes under Python 2.7.

Issue might have been introduced after https://github.com/openpreserve/jpylyzer/pull/72/.

bitsgalore commented 8 years ago

Fixed in https://github.com/openpreserve/jpylyzer/releases/tag/1.14.5