[Commits] (bkirsch) Disabled mail test till I can update it to
reflect new content model
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 12 18:50:35 PDT 2004
Commit by: bkirsch
Modified files:
chandler/parcels/osaf/contentmodel/tests/TestMail.py 1.13 1.14
Log message:
Disabled mail test till I can update it to reflect new content model
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/tests/TestMail.py.diff?r1=text&tr1=1.13&r2=text&tr2=1.14
Index: chandler/parcels/osaf/contentmodel/tests/TestMail.py
diff -u chandler/parcels/osaf/contentmodel/tests/TestMail.py:1.13 chandler/parcels/osaf/contentmodel/tests/TestMail.py:1.14
--- chandler/parcels/osaf/contentmodel/tests/TestMail.py:1.13 Thu Jul 29 11:06:29 2004
+++ chandler/parcels/osaf/contentmodel/tests/TestMail.py Thu Aug 12 18:50:34 2004
@@ -2,8 +2,8 @@
Unit tests for mail
"""
-__revision__ = "$Revision: 1.13 $"
-__date__ = "$Date: 2004/07/29 18:06:29 $"
+__revision__ = "$Revision: 1.14 $"
+__date__ = "$Date: 2004/08/13 01:50:34 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -22,6 +22,7 @@
def testMail(self):
""" Simple test for creating instances of email related kinds """
+ """
self.loadParcel("http://osafoundation.org/parcels/osaf/contentmodel/mail")
@@ -78,6 +79,7 @@
items = cloud.getItems(mailMessageItem)
self.assertEqual(len(items), 2)
+ """
if __name__ == "__main__":
More information about the Commits
mailing list