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.77 2006-03-02 23:45:23 richard Exp $
11+ # $Id: test_mailgw.py,v 1.78 2006-08-18 01:31:38 richard Exp $
1212
1313# TODO: test bcc
1414
@@ -368,7 +368,6 @@ def testFollowupTitleMatch(self):
368368From: richard <richard@test>
369369370370Message-Id: <followup_dummy_id>
371- In-Reply-To: <dummy_test_message_id>
372371Subject: Re: Testing... [assignedto=mary; nosy=+john]
373372
374373This is a followup
@@ -412,13 +411,12 @@ def testFollowupTitleMatchNever(self):
412411From: richard <richard@test>
413412414413Message-Id: <followup_dummy_id>
415- In-Reply-To: <dummy_test_message_id>
416414Subject: Re: Testing...
417415
418416This is a followup
419417''' ), nodeid )
420418
421- def testFollowupTitleMatchNever (self ):
419+ def testFollowupTitleMatchNeverInterval (self ):
422420 nodeid = self .doNewIssue ()
423421 # force failure of the interval
424422 time .sleep (2 )
@@ -428,7 +426,6 @@ def testFollowupTitleMatchNever(self):
428426From: richard <richard@test>
429427430428Message-Id: <followup_dummy_id>
431- In-Reply-To: <dummy_test_message_id>
432429Subject: Re: Testing...
433430
434431This is a followup
@@ -440,7 +437,6 @@ def testFollowupTitleMatchNever(self):
440437From: richard <richard@test>
441438442439Message-Id: <followup_dummy_id>
443- In-Reply-To: <dummy_test_message_id>
444440Subject: Re: Testing...
445441
446442This is a followup
0 commit comments