From f6eac1ad7e5583e107c29aeb011483ef0500952c Mon Sep 17 00:00:00 2001
From: Jesse Rosenthal <jrosenthal@jhu.edu>
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/endnotes_templated.pptx                   | Bin 0 -> 394003 bytes
 test/pptx/endnotes_toc_templated.pptx               | Bin 0 -> 394926 bytes
 test/pptx/images_templated.pptx                     | Bin 0 -> 411657 bytes
 test/pptx/inline_formatting_templated.pptx          | Bin 0 -> 393163 bytes
 test/pptx/reference_depth.pptx                      | Bin 0 -> 397502 bytes
 test/pptx/slide_breaks_slide_level_1_templated.pptx | Bin 0 -> 394785 bytes
 test/pptx/slide_breaks_templated.pptx               | Bin 0 -> 395614 bytes
 test/pptx/slide_breaks_toc_templated.pptx           | Bin 0 -> 396572 bytes
 test/pptx/speaker_notes_templated.pptx              | Bin 0 -> 402475 bytes
 test/pptx/two_column_templated.pptx                 | Bin 0 -> 393106 bytes
 10 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 test/pptx/endnotes_templated.pptx
 create mode 100644 test/pptx/endnotes_toc_templated.pptx
 create mode 100644 test/pptx/images_templated.pptx
 create mode 100644 test/pptx/inline_formatting_templated.pptx
 create mode 100644 test/pptx/reference_depth.pptx
 create mode 100644 test/pptx/slide_breaks_slide_level_1_templated.pptx
 create mode 100644 test/pptx/slide_breaks_templated.pptx
 create mode 100644 test/pptx/slide_breaks_toc_templated.pptx
 create mode 100644 test/pptx/speaker_notes_templated.pptx
 create mode 100644 test/pptx/two_column_templated.pptx

(limited to 'test/pptx')

diff --git a/test/pptx/endnotes_templated.pptx b/test/pptx/endnotes_templated.pptx
new file mode 100644
index 000000000..51501ec8c
Binary files /dev/null and b/test/pptx/endnotes_templated.pptx differ
diff --git a/test/pptx/endnotes_toc_templated.pptx b/test/pptx/endnotes_toc_templated.pptx
new file mode 100644
index 000000000..77cd3ba58
Binary files /dev/null and b/test/pptx/endnotes_toc_templated.pptx differ
diff --git a/test/pptx/images_templated.pptx b/test/pptx/images_templated.pptx
new file mode 100644
index 000000000..76825e891
Binary files /dev/null and b/test/pptx/images_templated.pptx differ
diff --git a/test/pptx/inline_formatting_templated.pptx b/test/pptx/inline_formatting_templated.pptx
new file mode 100644
index 000000000..ca44d82e6
Binary files /dev/null and b/test/pptx/inline_formatting_templated.pptx differ
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
diff --git a/test/pptx/slide_breaks_slide_level_1_templated.pptx b/test/pptx/slide_breaks_slide_level_1_templated.pptx
new file mode 100644
index 000000000..3e0009c76
Binary files /dev/null and b/test/pptx/slide_breaks_slide_level_1_templated.pptx differ
diff --git a/test/pptx/slide_breaks_templated.pptx b/test/pptx/slide_breaks_templated.pptx
new file mode 100644
index 000000000..6df99735d
Binary files /dev/null and b/test/pptx/slide_breaks_templated.pptx differ
diff --git a/test/pptx/slide_breaks_toc_templated.pptx b/test/pptx/slide_breaks_toc_templated.pptx
new file mode 100644
index 000000000..472f41cf4
Binary files /dev/null and b/test/pptx/slide_breaks_toc_templated.pptx differ
diff --git a/test/pptx/speaker_notes_templated.pptx b/test/pptx/speaker_notes_templated.pptx
new file mode 100644
index 000000000..9ae8ea1db
Binary files /dev/null and b/test/pptx/speaker_notes_templated.pptx differ
diff --git a/test/pptx/two_column_templated.pptx b/test/pptx/two_column_templated.pptx
new file mode 100644
index 000000000..f74be1956
Binary files /dev/null and b/test/pptx/two_column_templated.pptx differ
-- 
cgit v1.2.3