branch: scratch/editorconfig-cc
commit 98838dbc629fcf3b52805a796b56bcba8dc6bb79
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix names of ert test cases
---
 ert-tests/editorconfig-core-handle.el | 2 +-
 ert-tests/editorconfig-core.el        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ert-tests/editorconfig-core-handle.el 
b/ert-tests/editorconfig-core-handle.el
index 6cef0349d4..2133fafd2b 100644
--- a/ert-tests/editorconfig-core-handle.el
+++ b/ert-tests/editorconfig-core-handle.el
@@ -1,6 +1,6 @@
 (require 'editorconfig-core-handle)
 
-(ert-deftest editorconfig-core-handle ()
+(ert-deftest test-editorconfig-core-handle ()
   ;; handle.ini
   (let* ((fixtures (concat default-directory
                      "ert-tests/fixtures/"))
diff --git a/ert-tests/editorconfig-core.el b/ert-tests/editorconfig-core.el
index f70b1c83e5..aec80beba2 100644
--- a/ert-tests/editorconfig-core.el
+++ b/ert-tests/editorconfig-core.el
@@ -1,6 +1,6 @@
 (require 'editorconfig-core)
 
-(ert-deftest editorconfig-core--remove-duplicate ()
+(ert-deftest test-editorconfig-core--remove-duplicate ()
   (should (equal (editorconfig-core--remove-duplicate '(("a" . 1) ("b" . 2) 
("c" . 3) ("b" . 4)))
             '(("a" . 1) ("b" . 4) ("c" . 3))))
   (should (equal (editorconfig-core--remove-duplicate '(("a" . 1) ("b" . 2) 
("c" . 3)))
@@ -10,7 +10,7 @@
   )
 
 
-(ert-deftest editorconfig-core--get-handles ()
+(ert-deftest test-editorconfig-core--get-handles ()
   (let* ((fixtures (concat default-directory
                      "/ert-tests/fixtures/"))
           (dir (concat fixtures

Reply via email to