emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0a9d4fd: * test/automated/file-notify-tests.el (fil


From: Glenn Morris
Subject: [Emacs-diffs] master 0a9d4fd: * test/automated/file-notify-tests.el (file-notify-test02-events):
Date: Thu, 10 Sep 2015 01:18:44 +0000

branch: master
commit 0a9d4fd2afb6fad59617f5ca8db556f4b3e01c8f
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/automated/file-notify-tests.el (file-notify-test02-events):
    
    Fix recent change.
---
 test/automated/file-notify-tests.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/automated/file-notify-tests.el 
b/test/automated/file-notify-tests.el
index 4fe7955..2c6f916 100644
--- a/test/automated/file-notify-tests.el
+++ b/test/automated/file-notify-tests.el
@@ -242,7 +242,7 @@ TIMEOUT is the maximum time to wait for, in seconds."
 
     ;; Wait for events, and exit.
     (file-notify--wait-for-events 5 file-notify--test-results)
-    (should (equal (mapcar #'second file-notify--test-events)
+    (should (equal (mapcar #'cadr file-notify--test-events)
                    '(created changed deleted
                              created changed deleted
                              created changed renamed)))



reply via email to

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