emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master fd45b52: Fix the jit-lock-fontify-now test names


From: Dmitry Gutov
Subject: [Emacs-diffs] master fd45b52: Fix the jit-lock-fontify-now test names
Date: Mon, 9 May 2016 09:35:29 +0000 (UTC)

branch: master
commit fd45b5276ba1454c8b4f06cd53367830c1389d84
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fix the jit-lock-fontify-now test names
    
    * test/lisp/jit-lock-tests.el
    (jit-lock-fontify-now-mends-the-gaps)
    (jit-lock-fontify-now-does-not-refontify-unnecessarily):
    Fix the test names.
---
 test/lisp/jit-lock-tests.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/lisp/jit-lock-tests.el b/test/lisp/jit-lock-tests.el
index 3d1db85..dcb6936 100644
--- a/test/lisp/jit-lock-tests.el
+++ b/test/lisp/jit-lock-tests.el
@@ -38,7 +38,7 @@
     (jit-lock-fontify-now (point-min) (point-max))
     (should-not (text-property-not-all (point-min) (point-max) 'fontified t))))
 
-(ert-deftest jit-lock-fontify-mends-the-gaps ()
+(ert-deftest jit-lock-fontify-now-mends-the-gaps ()
   (ert-with-test-buffer (:name "xxx")
     (jit-lock-tests--setup-buffer)
     (insert "aaabbbcccddd")
@@ -48,7 +48,7 @@
     (jit-lock-fontify-now (point-min) (point-max))
     (should-not (text-property-not-all (point-min) (point-max) 'fontified t))))
 
-(ert-deftest jit-lock-does-not-refontify-unnecessarily ()
+(ert-deftest jit-lock-fontify-now-does-not-refontify-unnecessarily ()
   (ert-with-test-buffer (:name "xxx")
     (setq font-lock-defaults
           (list '(((lambda () (error "Don't call me")))) t))



reply via email to

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