Skip to content

Commit 44bca11

Browse files
author
Richard Jones
committed
Fixed the unit tests for the new multilist controls in the mailgw
1 parent f8553a1 commit 44bca11

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

test/test_mailgw.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# but WITHOUT ANY WARRANTY; without even the implied warranty of
99
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010
#
11-
# $Id: test_mailgw.py,v 1.22 2002-07-09 01:21:24 richard Exp $
11+
# $Id: test_mailgw.py,v 1.23 2002-07-14 02:02:43 richard Exp $
1212

1313
import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib
1414

@@ -286,7 +286,7 @@ def testFollowup(self):
286286
287287
Message-Id: <followup_dummy_id>
288288
In-Reply-To: <dummy_test_message_id>
289-
Subject: [issue1] Testing... [assignedto=mary; nosy=john]
289+
Subject: [issue1] Testing... [assignedto=mary; nosy=+john]
290290
291291
This is a followup
292292
''')
@@ -335,7 +335,7 @@ def testFollowupTitleMatch(self):
335335
336336
Message-Id: <followup_dummy_id>
337337
In-Reply-To: <dummy_test_message_id>
338-
Subject: Re: Testing... [assignedto=mary; nosy=john]
338+
Subject: Re: Testing... [assignedto=mary; nosy=+john]
339339
340340
This is a followup
341341
''')
@@ -743,6 +743,10 @@ def suite():
743743

744744
#
745745
# $Log: not supported by cvs2svn $
746+
# Revision 1.22 2002/07/09 01:21:24 richard
747+
# Added ability for unit tests to turn off exception handling in mailgw so
748+
# that exceptions are reported earlier (and hence make sense).
749+
#
746750
# Revision 1.21 2002/06/18 03:59:59 dman13
747751
# Updated message strings to match the RFC822 address quoting performed
748752
# by the 'email' and 'rfc822' modules. The verification really should

0 commit comments

Comments
 (0)