]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Temporarily mark two failing tests"
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Oct 2020 07:56:14 +0000 (09:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 31 Oct 2020 07:56:14 +0000 (09:56 +0200)
This reverts commit a8426f46726d94cdf21c0e6b3c85c0afe0064784.
A proper fix for the test is about to be installed shortly.

test/lisp/xt-mouse-tests.el

index 2b27e3cbc8b48e95d1de0637ab765233e7675143..61bd759018316036a7476da8a44001bec772992d 100644 (file)
@@ -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"))