1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

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.
This commit is contained in:
Ulf Jasper 2012-01-29 13:28:20 +01:00
parent d6e6f4b1e9
commit bdbc1c4e3e
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
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.
2011-12-03 Chong Yidong <cyd@gnu.org>
* automated/compile-tests.el (compile-tests--test-regexps-data):

View File

@ -731,10 +731,9 @@ DTSTART;VALUE=DATE-TIME:20030919"
"&19/9/2003 non-recurring allday\n"
"&9/19/2003 non-recurring allday\n")
(icalendar-tests--test-import
;; do not remove the trailing blank after "long"!
"SUMMARY:long
summary
DTSTART;VALUE=DATE:20030919"
;; Checkdoc removes trailing blanks. Therefore: format!
(format "%s\n%s\n%s" "SUMMARY:long " " summary"
"DTSTART;VALUE=DATE:20030919")
"&2003/9/19 long summary\n"
"&19/9/2003 long summary\n"
"&9/19/2003 long summary\n")