mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Temporarily mark two failing tests as unstable
* test/lisp/mh-e/mh-utils-tests.el (mh-folder-completion-function-08-plus-slash) (mh-folder-completion-function-09-plus-slash-tmp): Temporarily mark two failing tests as unstable.
This commit is contained in:
parent
6f52a1ba2c
commit
fc8c976298
@ -437,15 +437,17 @@ and the `should' macro requires idempotent evaluation anyway."
|
||||
|
||||
(ert-deftest mh-folder-completion-function-08-plus-slash ()
|
||||
"Test `mh-folder-completion-function' with `+/'."
|
||||
:tags '(:unstable)
|
||||
(mh-test-folder-completion-1 "+/" "+/" "tmp/" t)
|
||||
;; case "bb"
|
||||
(with-mh-test-env
|
||||
(should (equal nil
|
||||
(member (format "+%s/" mh-test-rel-folder)
|
||||
(mh-folder-completion-function "+/" nil t))))))
|
||||
;; case "bb"
|
||||
(with-mh-test-env
|
||||
(should (equal nil
|
||||
(member (format "+%s/" mh-test-rel-folder)
|
||||
(mh-folder-completion-function "+/" nil t))))))
|
||||
|
||||
(ert-deftest mh-folder-completion-function-09-plus-slash-tmp ()
|
||||
"Test `mh-folder-completion-function' with `+/tmp'."
|
||||
:tags '(:unstable)
|
||||
(mh-test-folder-completion-1 "+/tmp" "+/tmp/" "tmp/" t))
|
||||
|
||||
(ert-deftest mh-folder-completion-function-10-plus-slash-abs-folder ()
|
||||
|
Loading…
Reference in New Issue
Block a user