aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 41416baa3aa..2586b7434bb 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,4 +1,4 @@
12014-03-02 Barry O'Reilly <gundaetiapo@gmail.com> 12014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2 2
3 * automated/undo-tests.el (undo-test-in-region-not-most-recent): 3 * automated/undo-tests.el (undo-test-in-region-not-most-recent):
4 Add new test of undo in region. 4 Add new test of undo in region.
@@ -325,7 +325,7 @@
325 (tramp-test20-file-modes, tramp-test21-file-links) 325 (tramp-test20-file-modes, tramp-test21-file-links)
326 (tramp-test22-file-times, tramp-test23-visited-file-modtime) 326 (tramp-test22-file-times, tramp-test23-visited-file-modtime)
327 (tramp-test24-file-name-completion, tramp-test25-load) 327 (tramp-test24-file-name-completion, tramp-test25-load)
328 (tramp-test26-process-file, tramp-test27-start-file-process): 328 (tramp-test26-process-file, tramp-test27-start-file-process)
329 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'. 329 (tramp-test28-shell-command): Protect unwindforms with `ignore-errors'.
330 (tramp-test29-utf8): New test. 330 (tramp-test29-utf8): New test.
331 331
@@ -344,7 +344,7 @@
344 * automated/tramp-tests.el (tramp-test-temporary-file-directory): 344 * automated/tramp-tests.el (tramp-test-temporary-file-directory):
345 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY. 345 Check $TRAMP_TEST_TEMPORARY_FILE_DIRECTORY.
346 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD. 346 (tramp-read-passwd): Check $TRAMP_TEST_ALLOW_PASSWORD.
347 (tramp-test09-insert-file-contents, tramp-test10-write-region): 347 (tramp-test09-insert-file-contents, tramp-test10-write-region)
348 (tramp-test26-process-file): Add tests. 348 (tramp-test26-process-file): Add tests.
349 (tramp-test11-copy-file): Remove debug message. 349 (tramp-test11-copy-file): Remove debug message.
350 (tramp-test20-file-modes): Special case, if user is "root". 350 (tramp-test20-file-modes): Special case, if user is "root".
@@ -1618,22 +1618,22 @@
1618 Add icalendar-testsuite--test-datestring-to-isodate, 1618 Add icalendar-testsuite--test-datestring-to-isodate,
1619 icalendar-testsuite--test-datetime-to-diary-date, and 1619 icalendar-testsuite--test-datetime-to-diary-date, and
1620 icalendar-testsuite--test-calendar-style. 1620 icalendar-testsuite--test-calendar-style.
1621 (icalendar-testsuite--test-format-ical-event): 1621 (icalendar-testsuite--test-format-ical-event)
1622 (icalendar-testsuite--test-parse-summary-and-rest): 1622 (icalendar-testsuite--test-parse-summary-and-rest):
1623 Doc fix. Remove european-calendar-style. 1623 Doc fix. Remove european-calendar-style.
1624 (icalendar-testsuite--get-ical-event): Doc fix. 1624 (icalendar-testsuite--get-ical-event): Doc fix.
1625 (icalendar-testsuite--test-first-weekday-of-year): 1625 (icalendar-testsuite--test-first-weekday-of-year)
1626 (icalendar-testsuite--run-cycle-tests): Add doc string. 1626 (icalendar-testsuite--run-cycle-tests): Add doc string.
1627 (icalendar-testsuite--test-datestring-to-isodate): 1627 (icalendar-testsuite--test-datestring-to-isodate)
1628 (icalendar-testsuite--test-datetime-to-diary-date): 1628 (icalendar-testsuite--test-datetime-to-diary-date)
1629 (icalendar-testsuite--test-calendar-style): New functions. 1629 (icalendar-testsuite--test-calendar-style): New functions.
1630 (icalendar-testsuite--test-export): Handle iso date style. 1630 (icalendar-testsuite--test-export): Handle iso date style.
1631 New arg INPUT-ISO. Use calendar-date-style. 1631 New arg INPUT-ISO. Use calendar-date-style.
1632 (icalendar-testsuite--test-import): Handle iso date style. 1632 (icalendar-testsuite--test-import): Handle iso date style.
1633 New arg EXPECTED-ISO. Use calendar-date-style. 1633 New arg EXPECTED-ISO. Use calendar-date-style.
1634 (icalendar-testsuite--test-cycle): Handle iso date style. 1634 (icalendar-testsuite--test-cycle): Handle iso date style.
1635 (icalendar-testsuite--run-import-tests): 1635 (icalendar-testsuite--run-import-tests)
1636 (icalendar-testsuite--run-export-tests): 1636 (icalendar-testsuite--run-export-tests)
1637 (icalendar-testsuite--run-real-world-tests): Add iso style tests. 1637 (icalendar-testsuite--run-real-world-tests): Add iso style tests.
1638 1638
16392008-02-29 Glenn Morris <rgm@gnu.org> 16392008-02-29 Glenn Morris <rgm@gnu.org>