diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2015-02-08 14:45:37 +0100 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2015-02-08 14:45:37 +0100 |
| commit | 4d5e4c3ee4bb193726fc804cdad049b6f1ef240c (patch) | |
| tree | 0592ff03bf384c4121bb1edeadbc3ce4b7778521 /test | |
| parent | 09a5612ed55c4003971ee080881cedbce58f793b (diff) | |
Don't test buggy features.
* test/pdf-info.ert (pdf-info-getannot): Annotations seem to be
somewhat broken in poppler 0.18.
Diffstat (limited to 'test')
| -rw-r--r-- | test/pdf-info.ert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pdf-info.ert b/test/pdf-info.ert index 0ab4f36..68a6acf 100644 --- a/test/pdf-info.ert +++ b/test/pdf-info.ert @@ -142,6 +142,7 @@ (alists-get annots 'edges)))))))) (ert-deftest pdf-info-getannot () + (skip-unless (pdf-info-writable-annotations-p)) (pdf-test-with-test-pdf (let* ((text-annot (car (cl-remove-if-not (lambda (elt) |
