emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c770dbb: Add :expected-result :failed for unfixed b


From: Tino Calancha
Subject: [Emacs-diffs] master c770dbb: Add :expected-result :failed for unfixed bug test
Date: Tue, 5 Jul 2016 16:11:03 +0000 (UTC)

branch: master
commit c770dbb098a413b84b9f6d5afdc306d6c89c52cd
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    Add :expected-result :failed for unfixed bug test
    
    * test/lisp/help-fns-tests.el (help-fns-test-bug23887):
---
 test/lisp/help-fns-tests.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el
index ba0d8ed..4239a2a 100644
--- a/test/lisp/help-fns-tests.el
+++ b/test/lisp/help-fns-tests.el
@@ -77,6 +77,7 @@ Return first line of the output of (describe-function-1 
FUNC)."
 
 (ert-deftest help-fns-test-bug23887 ()
   "Test for http://debbugs.gnu.org/23887 ."
+  :expected-result :failed
   (let ((regexp "an alias for .re-search-forward. in .subr\.el")
         (result (help-fns-tests--describe-function 'search-forward-regexp)))
     (should (string-match regexp result))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]