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