You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "John Hewson (JIRA)" <ji...@apache.org> on 2014/03/12 06:37:48 UTC

[jira] [Created] (PDFBOX-1978) Type1FontUtilTest is non-determinate

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)