diff options
| author | Glenn Morris | 2013-08-04 11:42:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-04 11:42:50 -0700 |
| commit | df0d73aa8da0a8cb6fd01e2f2604a6022e8f3d63 (patch) | |
| tree | 4ae400c7b47c2a10003c918a561389c745210eb9 /test/ChangeLog | |
| parent | b309175d2d790fb8fc8d4a60ab957517a99ce09b (diff) | |
| download | emacs-df0d73aa8da0a8cb6fd01e2f2604a6022e8f3d63.tar.gz emacs-df0d73aa8da0a8cb6fd01e2f2604a6022e8f3d63.zip | |
Backport icalendar-tests fixes from trunk
* test/automated/icalendar-tests.el (icalendar-tests--test-export)
(icalendar-tests--test-import):
Use getenv/setenv rather than set-time-zone-rule.
(icalendar-tests--test-import): Reset zone even if error occurred.
(icalendar-tests--do-test-cycle): Use with-current-buffer.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index d8b8fb661b5..9b6859e9ba6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-08-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/icalendar-tests.el (icalendar-tests--test-export) | ||
| 4 | (icalendar-tests--test-import): | ||
| 5 | Use getenv/setenv rather than set-time-zone-rule. | ||
| 6 | (icalendar-tests--test-import): Reset zone even if error occurred. | ||
| 7 | (icalendar-tests--do-test-cycle): Use with-current-buffer. | ||
| 8 | |||
| 1 | 2013-03-26 Fabián Ezequiel Gallina <fabian@anue.biz> | 9 | 2013-03-26 Fabián Ezequiel Gallina <fabian@anue.biz> |
| 2 | 10 | ||
| 3 | * automated/python-tests.el | 11 | * automated/python-tests.el |