emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117003: * automated/tramp-tests.el (tramp--test-


From: Michael Albinus
Subject: [Emacs-diffs] emacs-24 r117003: * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
Date: Tue, 22 Apr 2014 10:52:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117003
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: emacs-24
timestamp: Tue 2014-04-22 12:52:08 +0200
message:
  * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/tramp-tests.el  tramptests.el-20131105142319-d9zp3oprkpxj5v1e-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-04-22 07:50:58 +0000
+++ b/test/ChangeLog    2014-04-22 10:52:08 +0000
@@ -1,7 +1,7 @@
 2014-04-22  Michael Albinus  <address@hidden>
 
-       * automated/tramp-tests.el (tramp-test30-special-characters):
-       Remove test for backslash.
+       * automated/tramp-tests.el (tramp--test-check-files): Remove traces.
+       (tramp-test30-special-characters): Remove test for backslash.
 
 2014-04-20  Michael Albinus  <address@hidden>
 

=== modified file 'test/automated/tramp-tests.el'
--- a/test/automated/tramp-tests.el     2014-04-22 07:50:58 +0000
+++ b/test/automated/tramp-tests.el     2014-04-22 10:52:08 +0000
@@ -1426,7 +1426,6 @@
 
 (defun tramp--test-check-files (&rest files)
   "Runs a simple but comprehensive test over every file in FILES."
-  (tramp--instrument-test-case 10
   (let ((tmp-name1 (tramp--test-make-temp-name))
        (tmp-name2 (tramp--test-make-temp-name 'local)))
     (unwind-protect
@@ -1457,7 +1456,7 @@
                          tmp-name2 nil directory-files-no-dot-files-regexp)
                         (sort files 'string-lessp))))
       (ignore-errors (delete-directory tmp-name1 'recursive))
-      (ignore-errors (delete-directory tmp-name2 'recursive))))))
+      (ignore-errors (delete-directory tmp-name2 'recursive)))))
 
 ;; This test is inspired by Bug#17238.
 (ert-deftest tramp-test30-special-characters ()


reply via email to

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