From f6eac1ad7e5583e107c29aeb011483ef0500952c Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Mon, 19 Feb 2018 20:04:39 -0500 Subject: Powerpoint writer tests: Test everything with template as well 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. --- test/pptx/reference_depth.pptx | Bin 0 -> 397502 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/pptx/reference_depth.pptx (limited to 'test/pptx/reference_depth.pptx') diff --git a/test/pptx/reference_depth.pptx b/test/pptx/reference_depth.pptx new file mode 100644 index 000000000..6906cf49d Binary files /dev/null and b/test/pptx/reference_depth.pptx differ -- cgit v1.2.3