emacs-diffs
[Top][All Lists]
Advanced

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

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


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

------------------------------------------------------------
revno: 113680
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-08-03 19:30:11 -0700
message:
  * test/automated/icalendar-tests.el (icalendar-tests--test-export)
  (icalendar-tests--test-import): Try more precise TZ specification.
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-03 16:44:18 +0000
+++ b/test/ChangeLog    2013-08-04 02:30:11 +0000
@@ -1,3 +1,8 @@
+2013-08-04  Glenn Morris  <address@hidden>
+
+       * automated/icalendar-tests.el (icalendar-tests--test-export)
+       (icalendar-tests--test-import): Try more precise TZ specification.
+
 2013-08-03  Glenn Morris  <address@hidden>
 
        * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom.

=== modified file 'test/automated/icalendar-tests.el'
--- a/test/automated/icalendar-tests.el 2013-08-03 16:44:18 +0000
+++ b/test/automated/icalendar-tests.el 2013-08-04 02:30:11 +0000
@@ -434,7 +434,7 @@
     (unwind-protect
        (progn
          (message "Current time zone: %s" (current-time-zone))
-         (setenv "TZ" "CET")
+         (setenv "TZ" "CET-1CEST,M3.5.0/2,M10.5.0/3")
          (message "Current time zone: %s" (current-time-zone))
          (when input-iso
            (let ((calendar-month-name-array
@@ -677,7 +677,7 @@
     (unwind-protect
        (progn
          (message "Current time zone: %s" (current-time-zone))
-         (setenv "TZ" "CET")
+         (setenv "TZ" "CET-1CEST,M3.5.0/2,M10.5.0/3")
          (message "Current time zone: %s" (current-time-zone))
          (with-temp-buffer
            (if (string-match "^BEGIN:VCALENDAR" input)


reply via email to

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