From: richard Date: Thu, 10 Apr 2003 05:11:58 +0000 (+0000) Subject: fixes for new signature url quoting X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=16e8a82676a3620eb102f882bd2c8cee6d501a09;p=roundup.git fixes for new signature url quoting git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1654 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/test/test_mailgw.py b/test/test_mailgw.py index 0b96889..65a1eea 100644 --- a/test/test_mailgw.py +++ b/test/test_mailgw.py @@ -8,7 +8,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: test_mailgw.py,v 1.42 2003-03-24 04:47:44 richard Exp $ +# $Id: test_mailgw.py,v 1.43 2003-04-10 05:11:58 richard Exp $ import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib import rfc822 @@ -224,7 +224,7 @@ status: unread title: Testing... _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -277,7 +277,7 @@ This is a second followup status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -328,7 +328,7 @@ nosy: +john, mary status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -375,7 +375,7 @@ nosy: +john, mary status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -422,7 +422,7 @@ nosy: +john status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -471,7 +471,7 @@ nosy: +john status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -520,7 +520,7 @@ nosy: +john status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -567,7 +567,7 @@ This is a followup status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -615,7 +615,7 @@ This is a followup status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -723,7 +723,7 @@ A message with encoding (encoded oe =C3=B6) status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -778,7 +778,7 @@ A message with first part encoded (encoded oe =C3=B6) status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''') @@ -859,7 +859,7 @@ This is a followup status: unread -> chatting _______________________________________________________________________ Roundup issue tracker -http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1 + _______________________________________________________________________ ''')