|
8 | 8 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
9 | 9 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
10 | 10 | # |
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 $ |
12 | 12 |
|
13 | 13 | import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib |
14 | 14 |
|
@@ -286,7 +286,7 @@ def testFollowup(self): |
286 | 286 | |
287 | 287 | Message-Id: <followup_dummy_id> |
288 | 288 | In-Reply-To: <dummy_test_message_id> |
289 | | -Subject: [issue1] Testing... [assignedto=mary; nosy=john] |
| 289 | +Subject: [issue1] Testing... [assignedto=mary; nosy=+john] |
290 | 290 |
|
291 | 291 | This is a followup |
292 | 292 | ''') |
@@ -335,7 +335,7 @@ def testFollowupTitleMatch(self): |
335 | 335 | |
336 | 336 | Message-Id: <followup_dummy_id> |
337 | 337 | In-Reply-To: <dummy_test_message_id> |
338 | | -Subject: Re: Testing... [assignedto=mary; nosy=john] |
| 338 | +Subject: Re: Testing... [assignedto=mary; nosy=+john] |
339 | 339 |
|
340 | 340 | This is a followup |
341 | 341 | ''') |
@@ -743,6 +743,10 @@ def suite(): |
743 | 743 |
|
744 | 744 | # |
745 | 745 | # $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 | +# |
746 | 750 | # Revision 1.21 2002/06/18 03:59:59 dman13 |
747 | 751 | # Updated message strings to match the RFC822 address quoting performed |
748 | 752 | # by the 'email' and 'rfc822' modules. The verification really should |
|
0 commit comments