emacs-diffs
[Top][All Lists]
Advanced

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

master c00785c: Move two incorrectly named test files


From: Stefan Kangas
Subject: master c00785c: Move two incorrectly named test files
Date: Sun, 26 Sep 2021 14:47:57 -0400 (EDT)

branch: master
commit c00785cbabe34619c50415ddf2c8dcbfc8b02d5e
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Move two incorrectly named test files
    
    * test/lisp/emacs-lisp/tabulated-list-test.el: Move from here...
    * test/lisp/emacs-lisp/tabulated-list-tests.el: ...to here.
    * test/lisp/url/url-handlers-test.el: Move from here...
    * test/lisp/url/url-handlers-tests.el: ...to here.
---
 .../emacs-lisp/{tabulated-list-test.el => tabulated-list-tests.el}   | 5 ++---
 test/lisp/url/{url-handlers-test.el => url-handlers-tests.el}        | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/test/lisp/emacs-lisp/tabulated-list-test.el 
b/test/lisp/emacs-lisp/tabulated-list-tests.el
similarity index 97%
rename from test/lisp/emacs-lisp/tabulated-list-test.el
rename to test/lisp/emacs-lisp/tabulated-list-tests.el
index 7cac254..e376d2f 100644
--- a/test/lisp/emacs-lisp/tabulated-list-test.el
+++ b/test/lisp/emacs-lisp/tabulated-list-tests.el
@@ -1,4 +1,4 @@
-;;; tabulated-list-test.el --- Tests for emacs-lisp/tabulated-list.el  -*- 
lexical-binding: t; -*-
+;;; tabulated-list-tests.el --- Tests for emacs-lisp/tabulated-list.el  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
 
@@ -115,5 +115,4 @@
    (should-error (tabulated-list-sort) :type 'user-error)
    (should-error (tabulated-list-sort 4) :type 'user-error)))
 
-(provide 'tabulated-list-test)
-;;; tabulated-list-test.el ends here
+;;; tabulated-list-tests.el ends here
diff --git a/test/lisp/url/url-handlers-test.el 
b/test/lisp/url/url-handlers-tests.el
similarity index 94%
rename from test/lisp/url/url-handlers-test.el
rename to test/lisp/url/url-handlers-tests.el
index 7e5a603..71e054b 100644
--- a/test/lisp/url/url-handlers-test.el
+++ b/test/lisp/url/url-handlers-tests.el
@@ -1,4 +1,4 @@
-;;; url-handlers-test.el --- Test suite for url-handlers.el  -*- 
lexical-binding: t; -*-
+;;; url-handlers-tests.el --- Test suite for url-handlers.el  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
@@ -73,5 +73,4 @@
     (should (equal (file-name-directory "https://foo.org/";)
                    "https://foo.org/";))))
 
-(provide 'url-handlers-test)
-;;; url-handlers-test.el ends here
+;;; url-handlers-tests.el ends here



reply via email to

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