aboutsummaryrefslogtreecommitdiff
path: root/tests/docx.image.docx
AgeCommit message (Collapse)AuthorFilesLines
2014-07-31Docx tests: rewrite mediabag tests.Jesse Rosenthal1-0/+0
This will allow us to test the whole mediabag (making sure, for example, that images are added with the correct keys) instead of just individual extracted images. We compare each entry in the media bag to an image extracted on the fly from the docx. As a result, we only need one file to test with. The image in the current tests was also replaced with a smaller one.
2014-06-16Add DocX automated tests.Jesse Rosenthal1-0/+0
Note this makes use of input and output files in the tests/ dir.