|
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.46 2003-05-06 21:49:20 kedder Exp $ |
| 11 | +# $Id: test_mailgw.py,v 1.46.2.1 2004-04-01 00:07:35 richard Exp $ |
12 | 12 |
|
13 | 13 | import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib |
14 | 14 | import rfc822 |
@@ -239,6 +239,7 @@ def testNewIssueAuthMsg(self): |
239 | 239 | nosy: Chef, mary, richard |
240 | 240 | status: unread |
241 | 241 | title: Testing... |
| 242 | +
|
242 | 243 | _______________________________________________________________________ |
243 | 244 | Roundup issue tracker <[email protected]> |
244 | 245 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -291,6 +292,7 @@ def testSimpleFollowup(self): |
291 | 292 |
|
292 | 293 | ---------- |
293 | 294 | status: unread -> chatting |
| 295 | +
|
294 | 296 | _______________________________________________________________________ |
295 | 297 | Roundup issue tracker <[email protected]> |
296 | 298 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -341,6 +343,7 @@ def testFollowup(self): |
341 | 343 | assignedto: -> mary |
342 | 344 | nosy: +john, mary |
343 | 345 | status: unread -> chatting |
| 346 | +
|
344 | 347 | _______________________________________________________________________ |
345 | 348 | Roundup issue tracker <[email protected]> |
346 | 349 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -387,6 +390,7 @@ def testFollowupTitleMatch(self): |
387 | 390 | assignedto: -> mary |
388 | 391 | nosy: +john, mary |
389 | 392 | status: unread -> chatting |
| 393 | +
|
390 | 394 | _______________________________________________________________________ |
391 | 395 | Roundup issue tracker <[email protected]> |
392 | 396 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -433,6 +437,7 @@ def testFollowupNosyAuthor(self): |
433 | 437 | ---------- |
434 | 438 | nosy: +john |
435 | 439 | status: unread -> chatting |
| 440 | +
|
436 | 441 | _______________________________________________________________________ |
437 | 442 | Roundup issue tracker <[email protected]> |
438 | 443 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -481,6 +486,7 @@ def testFollowupNosyRecipients(self): |
481 | 486 | ---------- |
482 | 487 | nosy: +john |
483 | 488 | status: unread -> chatting |
| 489 | +
|
484 | 490 | _______________________________________________________________________ |
485 | 491 | Roundup issue tracker <[email protected]> |
486 | 492 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -529,6 +535,7 @@ def testFollowupNosyAuthorAndCopy(self): |
529 | 535 | ---------- |
530 | 536 | nosy: +john |
531 | 537 | status: unread -> chatting |
| 538 | +
|
532 | 539 | _______________________________________________________________________ |
533 | 540 | Roundup issue tracker <[email protected]> |
534 | 541 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -575,6 +582,7 @@ def testFollowupNoNosyAuthor(self): |
575 | 582 |
|
576 | 583 | ---------- |
577 | 584 | status: unread -> chatting |
| 585 | +
|
578 | 586 | _______________________________________________________________________ |
579 | 587 | Roundup issue tracker <[email protected]> |
580 | 588 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -622,6 +630,7 @@ def testFollowupNoNosyRecipients(self): |
622 | 630 |
|
623 | 631 | ---------- |
624 | 632 | status: unread -> chatting |
| 633 | +
|
625 | 634 | _______________________________________________________________________ |
626 | 635 | Roundup issue tracker <[email protected]> |
627 | 636 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -752,6 +761,7 @@ def testEnc01(self): |
752 | 761 |
|
753 | 762 | ---------- |
754 | 763 | status: unread -> chatting |
| 764 | +
|
755 | 765 | _______________________________________________________________________ |
756 | 766 | Roundup issue tracker <[email protected]> |
757 | 767 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -807,6 +817,7 @@ def testMultipartEnc01(self): |
807 | 817 |
|
808 | 818 | ---------- |
809 | 819 | status: unread -> chatting |
| 820 | +
|
810 | 821 | _______________________________________________________________________ |
811 | 822 | Roundup issue tracker <[email protected]> |
812 | 823 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
@@ -887,6 +898,7 @@ def testFollowupStupidQuoting(self): |
887 | 898 |
|
888 | 899 | ---------- |
889 | 900 | status: unread -> chatting |
| 901 | +
|
890 | 902 | _______________________________________________________________________ |
891 | 903 | Roundup issue tracker <[email protected]> |
892 | 904 | <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> |
|
0 commit comments