emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113684: * test/automated/icalendar-tests.el (icalen


From: Glenn Morris
Subject: [Emacs-diffs] trunk r113684: * test/automated/icalendar-tests.el (icalendar-tests--test-export)
Date: Sun, 04 Aug 2013 04:34:04 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113684
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-03 21:34:01 -0700
message:
  * test/automated/icalendar-tests.el (icalendar-tests--test-export)
  (icalendar-tests--test-import): Remove debug messages.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/icalendar-tests.el 
icalendartestsuite.e-20091113204419-o5vbwnq5f7feedwu-8590
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-08-04 02:30:11 +0000
+++ b/test/ChangeLog    2013-08-04 04:34:01 +0000
@@ -2,6 +2,7 @@
 
        * automated/icalendar-tests.el (icalendar-tests--test-export)
        (icalendar-tests--test-import): Try more precise TZ specification.
+       Remove debug messages.
 
 2013-08-03  Glenn Morris  <address@hidden>
 

=== modified file 'test/automated/icalendar-tests.el'
--- a/test/automated/icalendar-tests.el 2013-08-04 02:30:11 +0000
+++ b/test/automated/icalendar-tests.el 2013-08-04 04:34:01 +0000
@@ -433,9 +433,11 @@
        (icalendar-recurring-start-year 2000))
     (unwind-protect
        (progn
-         (message "Current time zone: %s" (current-time-zone))
+;;;      (message "Current time zone: %s" (current-time-zone))
+         ;; Use this form so as not to rely on system tz database.
+         ;; Eg hydra.nixos.org.
          (setenv "TZ" "CET-1CEST,M3.5.0/2,M10.5.0/3")
-         (message "Current time zone: %s" (current-time-zone))
+;;;      (message "Current time zone: %s" (current-time-zone))
          (when input-iso
            (let ((calendar-month-name-array
                   ["January" "February" "March" "April" "May" "June" "July" 
"August"
@@ -676,9 +678,11 @@
   (let ((timezone (getenv "TZ")))
     (unwind-protect
        (progn
-         (message "Current time zone: %s" (current-time-zone))
+;;;      (message "Current time zone: %s" (current-time-zone))
+         ;; Use this form so as not to rely on system tz database.
+         ;; Eg hydra.nixos.org.
          (setenv "TZ" "CET-1CEST,M3.5.0/2,M10.5.0/3")
-         (message "Current time zone: %s" (current-time-zone))
+;;;      (message "Current time zone: %s" (current-time-zone))
          (with-temp-buffer
            (if (string-match "^BEGIN:VCALENDAR" input)
                (insert input)


reply via email to

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