[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r117626: * automated/icalendar-tests.el (icalendar--
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r117626: * automated/icalendar-tests.el (icalendar--decode-isodatetime): Hydra fix. |
Date: |
Sat, 02 Aug 2014 05:44:24 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 117626
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2014-08-02 01:44:18 -0400
message:
* automated/icalendar-tests.el (icalendar--decode-isodatetime): Hydra fix.
Use more precise TZ specification, as per 2013-08-04.
modified:
test/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-8588
test/automated/icalendar-tests.el
icalendartestsuite.e-20091113204419-o5vbwnq5f7feedwu-8590
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog 2014-07-30 16:25:58 +0000
+++ b/test/ChangeLog 2014-08-02 05:44:18 +0000
@@ -1,6 +1,12 @@
+2014-08-02 Glenn Morris <address@hidden>
+
+ * automated/icalendar-tests.el (icalendar--decode-isodatetime):
+ Use more precise TZ specification, as per 2013-08-04.
+
2014-07-30 Ulf Jasper <address@hidden>
- * automated/icalendar-tests.el (icalendar--decode-isodatetime): New
test.
+ * automated/icalendar-tests.el (icalendar--decode-isodatetime):
+ New test.
2014-07-28 Dmitry Antipov <address@hidden>
=== modified file 'test/automated/icalendar-tests.el'
--- a/test/automated/icalendar-tests.el 2014-07-30 16:25:58 +0000
+++ b/test/automated/icalendar-tests.el 2014-08-02 05:44:18 +0000
@@ -420,8 +420,8 @@
result)
(unwind-protect
(progn
- ;; Use Eastern European Time (UTC+1, UTC+2 daylight saving)
- (setenv "TZ" "EET")
+ ;; Use Eastern European Time (UTC+2, UTC+3 daylight saving)
+ (setenv "TZ" "EET-2EEST,M3.5.0/3,M10.5.0/4")
(message "%s" (current-time-zone (encode-time 0 0 10 1 1 2013 0)))
(message "%s" (current-time-zone (encode-time 0 0 10 1 8 2013 0)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r117626: * automated/icalendar-tests.el (icalendar--decode-isodatetime): Hydra fix.,
Glenn Morris <=