|
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.34 2002-12-10 00:11:16 richard Exp $ |
| 11 | +# $Id: test_mailgw.py,v 1.35 2002-12-10 00:46:55 richard Exp $ |
12 | 12 |
|
13 | 13 | import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib |
14 | 14 |
|
@@ -211,6 +211,7 @@ def testNewIssueAuthMsg(self): |
211 | 211 | MIME-Version: 1.0 |
212 | 212 | Message-Id: <dummy_test_message_id> |
213 | 213 | X-Roundup-Name: Roundup issue tracker |
| 214 | +X-Roundup-Loop: hello |
214 | 215 | Content-Transfer-Encoding: quoted-printable |
215 | 216 |
|
216 | 217 |
|
@@ -267,6 +268,7 @@ def testSimpleFollowup(self): |
267 | 268 | Message-Id: <followup_dummy_id> |
268 | 269 | In-Reply-To: <dummy_test_message_id> |
269 | 270 | X-Roundup-Name: Roundup issue tracker |
| 271 | +X-Roundup-Loop: hello |
270 | 272 | Content-Transfer-Encoding: quoted-printable |
271 | 273 |
|
272 | 274 |
|
@@ -315,6 +317,7 @@ def testFollowup(self): |
315 | 317 | Message-Id: <followup_dummy_id> |
316 | 318 | In-Reply-To: <dummy_test_message_id> |
317 | 319 | X-Roundup-Name: Roundup issue tracker |
| 320 | +X-Roundup-Loop: hello |
318 | 321 | Content-Transfer-Encoding: quoted-printable |
319 | 322 |
|
320 | 323 |
|
@@ -361,6 +364,7 @@ def testFollowupTitleMatch(self): |
361 | 364 | Message-Id: <followup_dummy_id> |
362 | 365 | In-Reply-To: <dummy_test_message_id> |
363 | 366 | X-Roundup-Name: Roundup issue tracker |
| 367 | +X-Roundup-Loop: hello |
364 | 368 | Content-Transfer-Encoding: quoted-printable |
365 | 369 |
|
366 | 370 |
|
@@ -408,6 +412,7 @@ def testFollowupNosyAuthor(self): |
408 | 412 | Message-Id: <followup_dummy_id> |
409 | 413 | In-Reply-To: <dummy_test_message_id> |
410 | 414 | X-Roundup-Name: Roundup issue tracker |
| 415 | +X-Roundup-Loop: hello |
411 | 416 | Content-Transfer-Encoding: quoted-printable |
412 | 417 |
|
413 | 418 |
|
@@ -456,6 +461,7 @@ def testFollowupNosyRecipients(self): |
456 | 461 | Message-Id: <followup_dummy_id> |
457 | 462 | In-Reply-To: <dummy_test_message_id> |
458 | 463 | X-Roundup-Name: Roundup issue tracker |
| 464 | +X-Roundup-Loop: hello |
459 | 465 | Content-Transfer-Encoding: quoted-printable |
460 | 466 |
|
461 | 467 |
|
@@ -504,6 +510,7 @@ def testFollowupNosyAuthorAndCopy(self): |
504 | 510 | Message-Id: <followup_dummy_id> |
505 | 511 | In-Reply-To: <dummy_test_message_id> |
506 | 512 | X-Roundup-Name: Roundup issue tracker |
| 513 | +X-Roundup-Loop: hello |
507 | 514 | Content-Transfer-Encoding: quoted-printable |
508 | 515 |
|
509 | 516 |
|
@@ -551,6 +558,7 @@ def testFollowupNoNosyAuthor(self): |
551 | 558 | Message-Id: <followup_dummy_id> |
552 | 559 | In-Reply-To: <dummy_test_message_id> |
553 | 560 | X-Roundup-Name: Roundup issue tracker |
| 561 | +X-Roundup-Loop: hello |
554 | 562 | Content-Transfer-Encoding: quoted-printable |
555 | 563 |
|
556 | 564 |
|
@@ -598,6 +606,7 @@ def testFollowupNoNosyRecipients(self): |
598 | 606 | Message-Id: <followup_dummy_id> |
599 | 607 | In-Reply-To: <dummy_test_message_id> |
600 | 608 | X-Roundup-Name: Roundup issue tracker |
| 609 | +X-Roundup-Loop: hello |
601 | 610 | Content-Transfer-Encoding: quoted-printable |
602 | 611 |
|
603 | 612 |
|
@@ -706,6 +715,7 @@ def testEnc01(self): |
706 | 715 | Message-Id: <followup_dummy_id> |
707 | 716 | In-Reply-To: <dummy_test_message_id> |
708 | 717 | X-Roundup-Name: Roundup issue tracker |
| 718 | +X-Roundup-Loop: hello |
709 | 719 | Content-Transfer-Encoding: quoted-printable |
710 | 720 |
|
711 | 721 |
|
@@ -760,6 +770,7 @@ def testMultipartEnc01(self): |
760 | 770 | Message-Id: <followup_dummy_id> |
761 | 771 | In-Reply-To: <dummy_test_message_id> |
762 | 772 | X-Roundup-Name: Roundup issue tracker |
| 773 | +X-Roundup-Loop: hello |
763 | 774 | Content-Transfer-Encoding: quoted-printable |
764 | 775 |
|
765 | 776 |
|
@@ -804,6 +815,7 @@ def testFollowupStupidQuoting(self): |
804 | 815 | Message-Id: <followup_dummy_id> |
805 | 816 | In-Reply-To: <dummy_test_message_id> |
806 | 817 | X-Roundup-Name: Roundup issue tracker |
| 818 | +X-Roundup-Loop: hello |
807 | 819 | Content-Transfer-Encoding: quoted-printable |
808 | 820 |
|
809 | 821 |
|
|
0 commit comments