emacs-diffs
[Top][All Lists]
Advanced

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

master 428d476 1/2: Don't skip test semantic-utest-Python


From: Stefan Kangas
Subject: master 428d476 1/2: Don't skip test semantic-utest-Python
Date: Tue, 28 Apr 2020 10:12:20 -0400 (EDT)

branch: master
commit 428d476bbe2e4208a75ecd998dd80b0e2d65752b
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Don't skip test semantic-utest-Python
    
    * test/lisp/cedet/semantic-utest.el (semantic-utest-Python):
    Ensure test is not skipped.
---
 test/lisp/cedet/semantic-utest.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/cedet/semantic-utest.el 
b/test/lisp/cedet/semantic-utest.el
index 7e33655..1a7a865 100644
--- a/test/lisp/cedet/semantic-utest.el
+++ b/test/lisp/cedet/semantic-utest.el
@@ -577,7 +577,7 @@ INSERTME is the text to be inserted after the deletion."
       )))
 
 (ert-deftest semantic-utest-Python()
-  (skip-unless (featurep 'python-mode))
+  (skip-unless (fboundp 'python-mode))
   (let ((python-indent-guess-indent-offset nil))
     (semantic-utest-generic "Python" (semantic-utest-fname "pytest.py") 
semantic-utest-Python-buffer-contents  semantic-utest-Python-name-contents   
'("fun2") "#1" "#deleted line")
     ))



reply via email to

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