gunnar: utils/testing test-invitation-forwarding-issue3192.py, 1.6, 1.7

cvs at kolab.org cvs at kolab.org
Tue Nov 24 14:55:49 CET 2009


Author: gunnar

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

Modified Files:
	test-invitation-forwarding-issue3192.py 
Log Message:
Revert cvs diff -r 1.5 -r 1.6 test-invitation-forwarding-issue3192.py

Index: test-invitation-forwarding-issue3192.py
===================================================================
RCS file: /kolabrepository/utils/testing/test-invitation-forwarding-issue3192.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- test-invitation-forwarding-issue3192.py	24 Nov 2009 13:55:00 -0000	1.6
+++ test-invitation-forwarding-issue3192.py	24 Nov 2009 13:55:47 -0000	1.7
@@ -1,12 +1,12 @@
 #!/usr/bin/env python
-"""NUL byte message trying to trigger kolab/issue3594
+"""Forwarded iTIP invitation trying to trigger kolab/issue3192
 
-(Mail containing NUL byte not delivered, Kolab Filter does not report lmtp error)
+(Forwarding an invitation with Outlook failed)
 
 Usage $progname <recipientemailaddress>
 
 This script is Free Software under the GNU General Public License >=v2.
-thomas at intevation.de (initial 20091124)
+thomas at intevation.de (initial 20090223)
 """
 
 __version__="$Revision$"
@@ -19,7 +19,7 @@
 msg = r"""From: User1 <%(user1)s>
 Sender: User2 <%(user2)s>
 To: <%(user3)s>
-Subject: kolab/issue3594
+Subject: kolab/issue3192
 Date: Mon, 23 Feb 2009 15:16:14 +0100
 Message-ID: <000001c995c1$49c4a2a0$140ba8c0 at invalid>
 MIME-Version: 1.0
@@ -30,7 +30,31 @@
 Thread-Index: AcmVuGgcYR9Pp2HUSHalFjSgcQETAwAAAq8gAAIyVwA=
 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
 
-Test \0
+BEGIN:VCALENDAR
+PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN
+VERSION:2.0
+METHOD:REQUEST
+BEGIN:VEVENT
+ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:%(user3)s
+DTSTART:20090223T140000Z
+DTEND:20090223T150000Z
+TRANSP:OPAQUE
+SEQUENCE:0
+UID:libkcal-910600374.601
+DTSTAMP:20090223T131221Z
+DESCRIPTION:Zeit: Montag\, 23. Februar 2009 15:00-16:00 (GMT+01:00)
+  Amsterdam\, Berlin\, Bern\, Rom\, Stockholm\,
+  Wien.\n\n*~*~*~*~*~*~*~*~*~*\n\n\n\n>_____________________________________
+ ________\n>Von: 	User1  \n>Gesendet:	Montag\, 23. Februar 2009
+  14:12\n>An:	User1\; %(user2)s\n>Betreff:	kolab/issue3192\n>Zeit:
+ 	Montag\, 23. Februar 2009 15:00-16:00 (GMT+01:00) Amsterdam\, Berlin\,
+  Bern\, Rom\, Stockholm\, Wien.\n>Ort:	\n>\n>\n
+SUMMARY:WG: kolab/issue3192
+PRIORITY:5
+X-MICROSOFT-CDO-IMPORTANCE:1
+CLASS:PUBLIC
+END:VEVENT
+END:VCALENDAR
 """
 
 # Kolab Server 2.2.1+:





More information about the commits mailing list