You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/04/22 19:00:18 UTC

[jira] [Resolved] (PDFBOX-2036) Add test with LZW fail sequence

     [ https://issues.apache.org/jira/browse/PDFBOX-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr resolved PDFBOX-2036.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
                   1.8.5

Done in rev 1589200 for the trunk and rev 1589204 for the 1.8 branch. To check that the test itself is legit, I locally temporarly reverted LZWFilter.java to rev 1571801, which did indeed fail this test.

> Add test with LZW fail sequence
> -------------------------------
>
>                 Key: PDFBOX-2036
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2036
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 1.8.5, 2.0.0
>            Reporter: Tilman Hausherr
>            Assignee: Tilman Hausherr
>            Priority: Minor
>              Labels: LZW
>             Fix For: 1.8.5, 2.0.0
>
>
> Using the following seed resulted in the LZW filter failing (this has been resolved in PDFBOX-1977):
> final long seed = -6257105096642706464L;
> I saved this sequence in a file and will add a test that runs it through the LZW filter.



--
This message was sent by Atlassian JIRA
(v6.2#6252)