summaryrefslogtreecommitdiff
path: root/test/lisp/xt-mouse-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/xt-mouse-tests.el')
-rw-r--r--test/lisp/xt-mouse-tests.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/xt-mouse-tests.el b/test/lisp/xt-mouse-tests.el
index 2b27e3cbc8b..61bd7590183 100644
--- a/test/lisp/xt-mouse-tests.el
+++ b/test/lisp/xt-mouse-tests.el
@@ -52,7 +52,6 @@
(xterm-mouse-mode 0)))))
(ert-deftest xt-mouse-tracking-basic ()
- :expected-result :failed ; FIXME
(should (equal (xterm-mouse-tracking-enable-sequence)
"\e[?1000h\e[?1002h\e[?1006h"))
(should (equal (xterm-mouse-tracking-disable-sequence)
@@ -72,7 +71,6 @@
(should (equal xy '(184 . 95))))))))
(ert-deftest xt-mouse-tracking-utf-8 ()
- :expected-result :failed ; FIXME
(let ((xterm-mouse-utf-8 t))
(should (equal (xterm-mouse-tracking-enable-sequence)
"\e[?1000h\e[?1002h\e[?1005h\e[?1006h"))