bernhard: utils/testing test-send-invitations-timezone.py,1.1,1.2

cvs at kolab.org cvs at kolab.org
Thu Feb 24 13:42:12 CET 2011


Author: bernhard

Update of /kolabrepository/utils/testing
In directory doto:/tmp/cvs-serv9249

Modified Files:
	test-send-invitations-timezone.py 
Log Message:
Descriptions slightly improved.


Index: test-send-invitations-timezone.py
===================================================================
RCS file: /kolabrepository/utils/testing/test-send-invitations-timezone.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test-send-invitations-timezone.py	24 Feb 2011 12:03:38 -0000	1.1
+++ test-send-invitations-timezone.py	24 Feb 2011 12:42:10 -0000	1.2
@@ -221,16 +221,16 @@
 
 params1 = paramsbase.copy()
 params1['desc'] = """Uses a non-absolute TZID without a corresponding=0D
- VTIMEZONE  which is an invalid iTIP according to rfc5545. As it has
+ VTIMEZONE  which is an invalid iTIP according to rfc5545. It has
  no "Z" at the end of the time and no valid TZID."""
 
 params2 = paramsbase.copy()
 params2['desc'] = """Uses a non-absolute TZID _with_ VTIMEZONE.=0D
- Also has umlauts oeaeueszszsz in the subject and summary"""
+ Also has umlauts (oeaeueszszsz) in the subject and summary"""
 
 params3 = paramsbase.copy()
 params3['desc'] = """Uses a non-absolute TZID _with_ VTIMEZONE.
- Repeats one before and after the sommertime change."""
+ Repeats so it occurs once before and after the sommertime change."""
 
 server.sendmail(fromaddr, [toaddr], msg1 % params1)
 server.sendmail(fromaddr, [toaddr], msg2 % params2)





More information about the commits mailing list