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

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

[elpa] 203/287: Fix the C-e test


From: Matthew Fidler
Subject: [elpa] 203/287: Fix the C-e test
Date: Wed, 02 Jul 2014 14:46:00 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 17c761e887ad6ce0f0b1a242657698922e984d20
Author: Matthew L. Fidler <address@hidden>
Date:   Mon Jun 23 21:53:19 2014 +0800

    Fix the C-e test
---
 ergoemacs-test.el |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index d268337..9227c9e 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -323,12 +323,11 @@ sunt in culpa qui officia deserunt mollit anim id est 
laborum.")
          "<apps> m c"
        "<menu> m c") 'define-key nil "<menu>") t)))
 
-(ert-deftest ergoemast-test-global-key-set-after-c-e ()
+(ert-deftest ergoemacs-test-global-key-set-after-c-e ()
   "Test C-e after"
   (should
-   (equal
-    (ergoemacs-test-global-key-set-before
-     'after "C-e" 'ergoemacs-key))))
+   (ergoemacs-test-global-key-set-before
+    'after "C-e" 'ergoemacs-key)))
 
 (declare-function ergoemacs-pretty-key-rep "ergoemacs-tranlate.el")
 (ert-deftest ergoemacs-test-ctl-c-ctl-c ()



reply via email to

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