Skip to content

Commit d7a22b1

Browse files
author
Richard Jones
committed
don't supply an In-Reply-To when testing Subject matching
1 parent 7f8d452 commit d7a22b1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/test_mailgw.py

Lines changed: 2 additions & 6 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.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):
368368
From: richard <richard@test>
369369
370370
Message-Id: <followup_dummy_id>
371-
In-Reply-To: <dummy_test_message_id>
372371
Subject: Re: Testing... [assignedto=mary; nosy=+john]
373372
374373
This is a followup
@@ -412,13 +411,12 @@ def testFollowupTitleMatchNever(self):
412411
From: richard <richard@test>
413412
414413
Message-Id: <followup_dummy_id>
415-
In-Reply-To: <dummy_test_message_id>
416414
Subject: Re: Testing...
417415
418416
This 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):
428426
From: richard <richard@test>
429427
430428
Message-Id: <followup_dummy_id>
431-
In-Reply-To: <dummy_test_message_id>
432429
Subject: Re: Testing...
433430
434431
This is a followup
@@ -440,7 +437,6 @@ def testFollowupTitleMatchNever(self):
440437
From: richard <richard@test>
441438
442439
Message-Id: <followup_dummy_id>
443-
In-Reply-To: <dummy_test_message_id>
444440
Subject: Re: Testing...
445441
446442
This is a followup

0 commit comments

Comments
 (0)