Revert "Temporarily mark two failing tests"
This reverts commit a8426f4672
.
A proper fix for the test is about to be installed shortly.
This commit is contained in:
parent
73bc7b543b
commit
8800d8c640
1 changed files with 0 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue