aboutsummaryrefslogtreecommitdiff
path: root/tests/docx.image_no_embed.native
AgeCommit message (Collapse)AuthorFilesLines
2014-07-31Docx tests: rewrite mediabag tests.Jesse Rosenthal1-2/+2
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-07-30Docx reader: change tests to make use of media bag.Jesse Rosenthal1-1/+1
2014-06-28Update docx tests to reflect new expected behaviorJesse Rosenthal1-1/+1
Now doing auto ids for all headers, so tests should reflect that.
2014-06-16Add DocX automated tests.Jesse Rosenthal1-0/+2
Note this makes use of input and output files in the tests/ dir.