diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/image-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/image-tests.el b/test/src/image-tests.el index 24e60fb100f..e321b80e7a8 100644 --- a/test/src/image-tests.el +++ b/test/src/image-tests.el | |||
| @@ -49,11 +49,11 @@ | |||
| 49 | 49 | ||
| 50 | (ert-deftest image-tests-image-mask-p/error-on-nongraphical-display () | 50 | (ert-deftest image-tests-image-mask-p/error-on-nongraphical-display () |
| 51 | (skip-when (display-images-p)) | 51 | (skip-when (display-images-p)) |
| 52 | (should-error (image-mask-p (cdr (assq 'xpm image-tests--images))))) | 52 | (should-error (image-mask-p (cdr (assq 'xbm image-tests--images))))) |
| 53 | 53 | ||
| 54 | (ert-deftest image-tests-image-metadata/error-on-nongraphical-display () | 54 | (ert-deftest image-tests-image-metadata/error-on-nongraphical-display () |
| 55 | (skip-when (display-images-p)) | 55 | (skip-when (display-images-p)) |
| 56 | (should-error (image-metadata (cdr (assq 'xpm image-tests--images))))) | 56 | (should-error (image-metadata (cdr (assq 'xbm image-tests--images))))) |
| 57 | 57 | ||
| 58 | (ert-deftest image-tests-imagemagick-types () | 58 | (ert-deftest image-tests-imagemagick-types () |
| 59 | (skip-unless (fboundp 'imagemagick-types)) | 59 | (skip-unless (fboundp 'imagemagick-types)) |