[Commits] (bkirsch) migrated uid to a long
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 17 14:45:57 PDT 2004
Commit by: bkirsch
Modified files:
chandler/parcels/osaf/contentmodel/tests/TestMail.py 1.18 1.19
Log message:
migrated uid to a long
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/tests/TestMail.py.diff?r1=text&tr1=1.18&r2=text&tr2=1.19
Index: chandler/parcels/osaf/contentmodel/tests/TestMail.py
diff -u chandler/parcels/osaf/contentmodel/tests/TestMail.py:1.18 chandler/parcels/osaf/contentmodel/tests/TestMail.py:1.19
--- chandler/parcels/osaf/contentmodel/tests/TestMail.py:1.18 Fri Aug 13 14:08:58 2004
+++ chandler/parcels/osaf/contentmodel/tests/TestMail.py Tue Aug 17 14:45:56 2004
@@ -2,8 +2,8 @@
Unit tests for mail
"""
-__revision__ = "$Revision: 1.18 $"
-__date__ = "$Date: 2004/08/13 21:08:58 $"
+__revision__ = "$Revision: 1.19 $"
+__date__ = "$Date: 2004/08/17 21:45:56 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -146,7 +146,7 @@
smtpDeliveryItem.deliveryType = "SMTP"
smtpDeliveryItem.state = "DRAFT"
imapDeliveryItem.deliveryType = "IMAP"
- imapDeliveryItem.uid = "0"
+ imapDeliveryItem.uid = 0
mimeBaseItem.mimeType = "SGML"
mimeBinaryItem.mimeType = "APPLICATION"
mimeTextItem.mimeType = "PLAIN"
More information about the Commits
mailing list