From: Glenn Morris Date: Sun, 4 Aug 2013 02:30:11 +0000 (-0700) Subject: * test/automated/icalendar-tests.el (icalendar-tests--test-export) X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1688^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ad0a067728ccc7f8b32b0c3db1677ca351943fe;p=emacs.git * test/automated/icalendar-tests.el (icalendar-tests--test-export) (icalendar-tests--test-import): Try more precise TZ specification. --- diff --git a/test/ChangeLog b/test/ChangeLog index 7407f1fe725..f3d14786bd9 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2013-08-04 Glenn Morris + + * automated/icalendar-tests.el (icalendar-tests--test-export) + (icalendar-tests--test-import): Try more precise TZ specification. + 2013-08-03 Glenn Morris * automated/core-elisp-tests.el (core-elisp-tests): Fix defcustom. diff --git a/test/automated/icalendar-tests.el b/test/automated/icalendar-tests.el index 85442b20198..227855681e8 100644 --- a/test/automated/icalendar-tests.el +++ b/test/automated/icalendar-tests.el @@ -434,7 +434,7 @@ and ISO style input data must use english month names." (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 @@ Argument EXPECTED-AMERICAN expected american style diary string." (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)