Skip to content

Commit 795b5b3

Browse files
author
Richard Jones
committed
fix for config example change
1 parent 784ce62 commit 795b5b3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

test/test_mailgw.py

Lines changed: 13 additions & 13 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.36 2002-12-11 03:17:50 richard Exp $
11+
# $Id: test_mailgw.py,v 1.37 2002-12-18 00:42:03 richard Exp $
1212

1313
import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib
1414

@@ -222,7 +222,7 @@ def testNewIssueAuthMsg(self):
222222
title: Testing...
223223
_______________________________________________________________________
224224
Roundup issue tracker <[email protected]>
225-
http://your.tracker.url.example/issue1
225+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
226226
_______________________________________________________________________
227227
''')
228228

@@ -275,7 +275,7 @@ def testSimpleFollowup(self):
275275
status: unread -> chatting
276276
_______________________________________________________________________
277277
Roundup issue tracker <[email protected]>
278-
http://your.tracker.url.example/issue1
278+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
279279
_______________________________________________________________________
280280
''')
281281

@@ -326,7 +326,7 @@ def testFollowup(self):
326326
status: unread -> chatting
327327
_______________________________________________________________________
328328
Roundup issue tracker <[email protected]>
329-
http://your.tracker.url.example/issue1
329+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
330330
_______________________________________________________________________
331331
''')
332332

@@ -373,7 +373,7 @@ def testFollowupTitleMatch(self):
373373
status: unread -> chatting
374374
_______________________________________________________________________
375375
Roundup issue tracker <[email protected]>
376-
http://your.tracker.url.example/issue1
376+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
377377
_______________________________________________________________________
378378
''')
379379

@@ -420,7 +420,7 @@ def testFollowupNosyAuthor(self):
420420
status: unread -> chatting
421421
_______________________________________________________________________
422422
Roundup issue tracker <[email protected]>
423-
http://your.tracker.url.example/issue1
423+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
424424
_______________________________________________________________________
425425
426426
''')
@@ -469,7 +469,7 @@ def testFollowupNosyRecipients(self):
469469
status: unread -> chatting
470470
_______________________________________________________________________
471471
Roundup issue tracker <[email protected]>
472-
http://your.tracker.url.example/issue1
472+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
473473
_______________________________________________________________________
474474
475475
''')
@@ -518,7 +518,7 @@ def testFollowupNosyAuthorAndCopy(self):
518518
status: unread -> chatting
519519
_______________________________________________________________________
520520
Roundup issue tracker <[email protected]>
521-
http://your.tracker.url.example/issue1
521+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
522522
_______________________________________________________________________
523523
524524
''')
@@ -565,7 +565,7 @@ def testFollowupNoNosyAuthor(self):
565565
status: unread -> chatting
566566
_______________________________________________________________________
567567
Roundup issue tracker <[email protected]>
568-
http://your.tracker.url.example/issue1
568+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
569569
_______________________________________________________________________
570570
571571
''')
@@ -613,7 +613,7 @@ def testFollowupNoNosyRecipients(self):
613613
status: unread -> chatting
614614
_______________________________________________________________________
615615
Roundup issue tracker <[email protected]>
616-
http://your.tracker.url.example/issue1
616+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
617617
_______________________________________________________________________
618618
619619
''')
@@ -721,7 +721,7 @@ def testEnc01(self):
721721
status: unread -> chatting
722722
_______________________________________________________________________
723723
Roundup issue tracker <[email protected]>
724-
http://your.tracker.url.example/issue1
724+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
725725
_______________________________________________________________________
726726
''')
727727

@@ -776,7 +776,7 @@ def testMultipartEnc01(self):
776776
status: unread -> chatting
777777
_______________________________________________________________________
778778
Roundup issue tracker <[email protected]>
779-
http://your.tracker.url.example/issue1
779+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
780780
_______________________________________________________________________
781781
''')
782782

@@ -822,7 +822,7 @@ def testFollowupStupidQuoting(self):
822822
status: unread -> chatting
823823
_______________________________________________________________________
824824
Roundup issue tracker <[email protected]>
825-
http://your.tracker.url.example/issue1
825+
http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1
826826
_______________________________________________________________________
827827
''')
828828

0 commit comments

Comments
 (0)