John Hewson created PDFBOX-1978:
-----------------------------------
Summary: Type1FontUtilTest is non-determinate
Key: PDFBOX-1978
URL: https://issues.apache.org/jira/browse/PDFBOX-1978
Project: PDFBox
Issue Type: Bug
Components: FontBox
Reporter: John Hewson
Type1FontUtilTest uses java.util.Random to generate random test data, which
means that it is is non-determinate, it may fail randomly.
We can still use java.util.Random to generate a stream of random data but it
must use a fixed seed value so that the test is not non-determinate.
--
This message was sent by Atlassian JIRA
(v6.2#6252)