Description
TestFilters uses Random().nextLong() to generate a seed for random data, which means that it is non-determinate. Depending on the seed value, the test may fail or succeed.
Using the following seed results in the LZW filter failing:
final long seed = -6257105096642706464L;
Attachments
Issue Links
- is related to
-
PDFBOX-4933 Correct PDFBOX-1777 to PDFBOX-1977 in tests
- Closed