From 7e9afea7756cc66732fc9599c2637fe303797d89 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 10 Nov 2022 12:08:47 +0200 Subject: [PATCH] ; * test/lisp/dired-tests.el (dired-test-bug59047): Rename. --- test/lisp/dired-tests.el | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el index fd7ff73267e..18b0257e01a 100644 --- a/test/lisp/dired-tests.el +++ b/test/lisp/dired-tests.el @@ -288,16 +288,6 @@ (should (cdr (dired-get-marked-files)))) (when (buffer-live-p buf) (kill-buffer buf)))))) -(ert-deftest dired-test-bugXXXX () - "Test for https://debbugs.gnu.org/XXXX ." - (dired (list (expand-file-name "src" source-directory) - "cygw32.c" "alloc.c" "w32xfns.c" "xdisp.c")) - (dired-hide-all) - (dired-hide-all) - (dired-next-line 1) - (should (equal 'dired-hide-details-detail - (get-text-property (1+ (line-beginning-position)) 'invisible)))) - (ert-deftest dired-test-bug27899 () "Test for https://debbugs.gnu.org/27899 ." :tags '(:unstable) @@ -364,6 +354,17 @@ (should (equal "subdir" (dired-get-filename 'local t))))))) +(ert-deftest dired-test-bug59047 () + "Test for https://debbugs.gnu.org/59047 ." + (dired (list (expand-file-name "src" source-directory) + "cygw32.c" "alloc.c" "w32xfns.c" "xdisp.c")) + (dired-hide-all) + (dired-hide-all) + (dired-next-line 1) + (should (equal 'dired-hide-details-detail + (get-text-property + (1+ (line-beginning-position)) 'invisible)))) + (defmacro dired-test-with-temp-dirs (just-empty-dirs &rest body) "Helper macro for Bug#27940 test." (declare (indent 1) (debug body)) -- 2.39.5