Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-11 | Move default assignments to init function of example file from various test ↵ | Kurt Jung | |
files. Now any package that imports the example package will generate PDFs with sorted catalogs and a fixed creation timestamp. | |||
2015-10-09 | Remove some development comments | Kurt Jung | |
2015-10-09 | Implement PDF comparison with rudimentary byte-difference display. If a ↵ | Kurt Jung | |
reference file exists, it will be compared with its associated example file. If the reference file is missing, the associated example file is considered to be without differences. PDF files in any subdirectory named reference are not deleted when the test begins. This commit is broken -- it illustrates how the use of maps for fonts, images and other resources lead to different dictionary tables in the PDF document. | |||
2015-10-08 | Omit type in declaration assignment | Kurt Jung | |
2015-10-08 | Clarify a comment | Kurt Jung | |
2015-10-08 | Compare bytes of PDFs generated as examples with reference copies. ↵ | Kurt Jung | |
Differences in the CreationDate values are effectively ignored in the comparison. | |||
2015-08-27 | Delint documentation for example package | Kurt Jung | |
2015-08-27 | Simplified example | Kurt Jung | |
2015-08-26 | Factor various test example helper routines into their own internal package | Kurt Jung | |