[Zope3-checkins] CVS: Products3/z3checkins/ftests - msg1.txt:1.2
msg2.txt:1.2 test_z3checkins.py:1.5
Gintautas Miliauskas
gintas at pov.lt
Tue Feb 10 09:23:59 EST 2004
Update of /cvs-repository/Products3/z3checkins/ftests
In directory cvs.zope.org:/tmp/cvs-serv29167/ftests
Modified Files:
msg1.txt msg2.txt test_z3checkins.py
Log Message:
* Now mbox files can be imported.
* Testing messages extracted into separate files.
* The message object's name is forced to be the same as the message's id.
* Updated unit tests.
* Now message ID's are stripped of angled brackets
* Fixed a bug with message subject parsing.
=== Products3/z3checkins/ftests/msg1.txt 1.1 => 1.2 ===
--- Products3/z3checkins/ftests/msg1.txt:1.1 Fri Aug 1 05:43:20 2003
+++ Products3/z3checkins/ftests/msg1.txt Tue Feb 10 09:23:28 2004
@@ -1,4 +1,4 @@
-From: Jim <jim at example.org>
+From: Jim =?ISO-8859-13?Q?=CD?= <jim at example.org>
To: zope3-checkins at example.com
Date: Wed, 30 Jul 2003 23:40:11 +0100
Subject: [Zope3-checkins] CVS: Zope3/src/app/frobulator - frobulator.py:1.5
=== Products3/z3checkins/ftests/msg2.txt 1.1 => 1.2 ===
--- Products3/z3checkins/ftests/msg2.txt:1.1 Fri Aug 1 05:43:20 2003
+++ Products3/z3checkins/ftests/msg2.txt Tue Feb 10 09:23:28 2004
@@ -1,7 +1,7 @@
From: Fred <fred at example.org>
To: zope3-checkins at example.com
Date: Thu, 31 Jul 2003 17:00:23 +0300
-Subject: Re: your checkin on Wednesday
+Subject: CVS: your checkin on Wednesday
Message-Id: <msg2 at example.org>
In-Reply-To: <msg1 at example.org>
=== Products3/z3checkins/ftests/test_z3checkins.py 1.4 => 1.5 ===
--- Products3/z3checkins/ftests/test_z3checkins.py:1.4 Tue Jan 13 12:08:55 2004
+++ Products3/z3checkins/ftests/test_z3checkins.py Tue Feb 10 09:23:28 2004
@@ -60,7 +60,7 @@
response = self.publish('/z3c/@@%s' % view)
self.assertEqual(response.getStatus(), 200)
for view in self.message_views:
- response = self.publish('/z3c/<msg1 at example.org>/@@%s' % view)
+ response = self.publish('/z3c/msg1 at example.org/@@%s' % view)
self.assertEqual(response.getStatus(), 200)
response = self.publish('/z3c/@@checkins.rss')
@@ -84,7 +84,7 @@
response = self.publish('/z3c/@@%s' % view)
self.assertEqual(response.getStatus(), 200)
for view in self.message_views:
- response = self.publish('/z3c/<msg2 at example.org>/@@%s' % view)
+ response = self.publish('/z3c/msg2 at example.org/@@%s' % view)
self.assertEqual(response.getStatus(), 200)
response = self.publish('/z3c/@@checkins.rss')
More information about the Zope3-Checkins
mailing list