mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
tests: Add sample files for extra MIME types
In PR #378 ("container: Allow converting more document formats"), we added support for the following MIME types: * application/zip * application/octet-stream * application/x-ole-storage * application/vnd.oasis.opendocument.spreadsheet-template * application/vnd.oasis.opendocument.text-template However, we forgot to add some tests for these MIME types in the repo. In this commit, we add a file for each of these MIME types, to make sure we have no regressions in the future.
This commit is contained in:
parent
58a8241844
commit
33f81f5064
5 changed files with 0 additions and 0 deletions
BIN
tests/test_docs/sample-mime-application-zip.xls
Normal file
BIN
tests/test_docs/sample-mime-application-zip.xls
Normal file
Binary file not shown.
BIN
tests/test_docs/sample-mime-octet-stream.xls
Normal file
BIN
tests/test_docs/sample-mime-octet-stream.xls
Normal file
Binary file not shown.
BIN
tests/test_docs/sample-mime-spreadsheet-template.ods
Normal file
BIN
tests/test_docs/sample-mime-spreadsheet-template.ods
Normal file
Binary file not shown.
BIN
tests/test_docs/sample-mime-text-template.odt
Normal file
BIN
tests/test_docs/sample-mime-text-template.odt
Normal file
Binary file not shown.
BIN
tests/test_docs/sample-mime-x-ole-storage.xls
Normal file
BIN
tests/test_docs/sample-mime-x-ole-storage.xls
Normal file
Binary file not shown.
Loading…
Reference in a new issue