projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d19bfd
)
; Don't run new 'shr-test/zoom-image' when built without image support
author
Jim Porter
<jporterbugs@gmail.com>
Sun, 23 Jun 2024 18:40:30 +0000
(11:40 -0700)
committer
Jim Porter
<jporterbugs@gmail.com>
Sun, 23 Jun 2024 18:40:30 +0000
(11:40 -0700)
* test/lisp/net/shr-tests.el (shr-test/zoom-image): Skip when
'image-types' is unbound.
test/lisp/net/shr-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/shr-tests.el
b/test/lisp/net/shr-tests.el
index b6552674b27e6552b074fab31f1208b6ab300fa5..f9fdb5eb5d36e1348e256c974e547ef828012403 100644
(file)
--- a/
test/lisp/net/shr-tests.el
+++ b/
test/lisp/net/shr-tests.el
@@
-134,6
+134,7
@@
settings, then once more for each (OPTION . VALUE) pair.")
(ert-deftest shr-test/zoom-image ()
"Test that `shr-zoom-image' properly replaces the original image."
+ (skip-unless (bound-and-true-p image-types))
(let ((image (expand-file-name "data/image/blank-100x200.png"
(getenv "EMACS_TEST_DIRECTORY"))))
(dolist (alt '(nil "" "nothing to see here"))