diff options
| author | Ulf Jasper | 2012-01-29 13:28:20 +0100 |
|---|---|---|
| committer | Ulf Jasper | 2012-01-29 13:28:20 +0100 |
| commit | bdbc1c4e3ea66b6bb27e393e253da822a7fff841 (patch) | |
| tree | 1f259bdfba13198abecd6ee4fe18af9ef6c5a72b | |
| parent | d6e6f4b1e956714cde3b5d527a55e788f9f9a498 (diff) | |
| download | emacs-bdbc1c4e3ea66b6bb27e393e253da822a7fff841.tar.gz emacs-bdbc1c4e3ea66b6bb27e393e253da822a7fff841.zip | |
test/automated/icalendar-tests: Fix broken test
2012-01-29 Ulf Jasper <ulf.jasper@web.de>
* automated/icalendar-tests.el (icalendar-import-non-recurring):
Fix broken test, caused by missing trailing blank.
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/icalendar-tests.el | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ffe51fa20a2..12c9acd9219 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-29 Ulf Jasper <ulf.jasper@web.de> | ||
| 2 | |||
| 3 | * automated/icalendar-tests.el (icalendar-import-non-recurring): | ||
| 4 | Fix broken test, caused by missing trailing blank. | ||
| 5 | |||
| 1 | 2011-12-03 Chong Yidong <cyd@gnu.org> | 6 | 2011-12-03 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * automated/compile-tests.el (compile-tests--test-regexps-data): | 8 | * automated/compile-tests.el (compile-tests--test-regexps-data): |
diff --git a/test/automated/icalendar-tests.el b/test/automated/icalendar-tests.el index b48ca94f072..503ea22d2b8 100644 --- a/test/automated/icalendar-tests.el +++ b/test/automated/icalendar-tests.el | |||
| @@ -731,10 +731,9 @@ DTSTART;VALUE=DATE-TIME:20030919" | |||
| 731 | "&19/9/2003 non-recurring allday\n" | 731 | "&19/9/2003 non-recurring allday\n" |
| 732 | "&9/19/2003 non-recurring allday\n") | 732 | "&9/19/2003 non-recurring allday\n") |
| 733 | (icalendar-tests--test-import | 733 | (icalendar-tests--test-import |
| 734 | ;; do not remove the trailing blank after "long"! | 734 | ;; Checkdoc removes trailing blanks. Therefore: format! |
| 735 | "SUMMARY:long | 735 | (format "%s\n%s\n%s" "SUMMARY:long " " summary" |
| 736 | summary | 736 | "DTSTART;VALUE=DATE:20030919") |
| 737 | DTSTART;VALUE=DATE:20030919" | ||
| 738 | "&2003/9/19 long summary\n" | 737 | "&2003/9/19 long summary\n" |
| 739 | "&19/9/2003 long summary\n" | 738 | "&19/9/2003 long summary\n" |
| 740 | "&9/19/2003 long summary\n") | 739 | "&9/19/2003 long summary\n") |