summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-08-08 18:54:10 +0300
committerEli Zaretskii <eliz@gnu.org>2015-08-08 18:54:10 +0300
commitac9960b9a0e7d381ad3d33c29df10e5022b5bc4e (patch)
tree54cffebd191a54b7e27a70577df197c327f4ea8b
parent46387c54ad61155b615c6ad49f2bb19ad8311aee (diff)
downloademacs-ac9960b9a0e7d381ad3d33c29df10e5022b5bc4e.tar.gz
; Remove accidentally duplicated redisplay test.
; * test/redisplay-testsuite.el (test-redisplay-4): Remove accidentally duplicated test.
-rw-r--r--test/redisplay-testsuite.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/redisplay-testsuite.el b/test/redisplay-testsuite.el
index a5ec1e89eaf..332eeb1cc9f 100644
--- a/test/redisplay-testsuite.el
+++ b/test/redisplay-testsuite.el
@@ -263,14 +263,6 @@ static unsigned char x_bits[] = {0xff, 0x81, 0xbd, 0xa5, 0xa5, 0xbd, 0x81, 0xff
(insert "XYZ\n")
;; Overlay strings with partial `invisibility' property and with a
;; display property on the before-string.
- (insert "\n Expected: A...C")
- (insert "\n Result: ")
- (let ((opoint (point)))
- (insert "X\n")
- (let ((ov (make-overlay opoint (1+ opoint)))
- (str "ABC"))
- (put-text-property 1 2 'invisible 'test-redisplay--ellipsis-invis str)
- (overlay-put ov 'display str)))
(insert "\n Expected: ..."
(propertize "DEF" 'display '(image :type xpm :file "close.xpm"))
(propertize "ABC" 'face 'highlight) "XYZ")