aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/reference_depth.pptx
AgeCommit message (Collapse)AuthorFilesLines
2021-05-29Modify pptx tests to take a whole lot less space.John MacFarlane1-0/+0
- Replace a 300K image in the reference pptx with a 2K one. - Updated all the *_templated.pptx files based on the new reference pptx. - These changes should reduce the size of the tarball by roughly 7 MB! See haskell/hackage-server#935
2018-02-19Powerpoint writer tests: Test everything with template as wellJesse Rosenthal1-0/+0
Modify the PowerPoint tests to run all the tests with template (--reference-doc) as well. Because there are so many interlocking pieces, bugs can pop up in weird places when using templates, since it changes how the writer builds its output file. For example, I recently discovered a bug in which speaker notes worked fine and templating worked fine elsewhere, but templating with speaker notes produced a file that would crash MS PowerPoint. That particular bug was fixed, but this will forces us to check for that with each new change.