emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 23/30: Make new tests and interactive-only


From: Dmitry Gutov
Subject: [elpa] 23/30: Make new tests and interactive-only
Date: Tue, 14 Oct 2014 22:22:53 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 39c83258d934210b10f3c651890d2d88355f413f
Author: Dmitry Gutov <address@hidden>
Date:   Wed Oct 8 07:57:26 2014 +0400

    Make new tests and interactive-only
    
    The display table is different in batch mode, I guess.
---
 company-tests.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/company-tests.el b/company-tests.el
index 517ad41..00a6227 100644
--- a/company-tests.el
+++ b/company-tests.el
@@ -560,6 +560,7 @@
       )))
 
 (ert-deftest company-create-lines-clears-out-non-printables ()
+  :tags '(interactive)
   (let (company-show-numbers
         (company-candidates (list
                              (decode-coding-string "avalis\351e" 'utf-8)
@@ -571,6 +572,7 @@
                    (company--create-lines 0 999)))))
 
 (ert-deftest company-create-lines-handles-multiple-width ()
+  :tags '(interactive)
   (let (company-show-numbers
         (company-candidates '("蛙蛙蛙蛙" "蛙abc"))
         (company-candidates-length 2)



reply via email to

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