From 08285ca7d251ac592cfc72c26d2976d2f6ecf360 Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 14 Jul 2002 02:02:43 +0000 Subject: [PATCH] Fixed the unit tests for the new multilist controls in the mailgw git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@869 57a73879-2fb5-44c3-a270-3262357dd7e2 --- test/test_mailgw.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/test/test_mailgw.py b/test/test_mailgw.py index e7cd0b1..e8325bc 100644 --- a/test/test_mailgw.py +++ b/test/test_mailgw.py @@ -8,7 +8,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: test_mailgw.py,v 1.22 2002-07-09 01:21:24 richard Exp $ +# $Id: test_mailgw.py,v 1.23 2002-07-14 02:02:43 richard Exp $ import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib @@ -286,7 +286,7 @@ From: richard To: issue_tracker@your.tracker.email.domain.example Message-Id: In-Reply-To: -Subject: [issue1] Testing... [assignedto=mary; nosy=john] +Subject: [issue1] Testing... [assignedto=mary; nosy=+john] This is a followup ''') @@ -335,7 +335,7 @@ From: richard To: issue_tracker@your.tracker.email.domain.example Message-Id: In-Reply-To: -Subject: Re: Testing... [assignedto=mary; nosy=john] +Subject: Re: Testing... [assignedto=mary; nosy=+john] This is a followup ''') @@ -743,6 +743,10 @@ def suite(): # # $Log: not supported by cvs2svn $ +# Revision 1.22 2002/07/09 01:21:24 richard +# Added ability for unit tests to turn off exception handling in mailgw so +# that exceptions are reported earlier (and hence make sense). +# # Revision 1.21 2002/06/18 03:59:59 dman13 # Updated message strings to match the RFC822 address quoting performed # by the 'email' and 'rfc822' modules. The verification really should -- 2.30.2