Mercurial > p > roundup > code
comparison test/test_mailgw.py @ 4580:782737d1a2d7
issue2431638 wrong registration link in bounce mail.
For non-registered we used a wrong link to the registration page.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 05 Jan 2012 21:47:34 +0100 |
| parents | ba4c632143f6 |
| children | 6e9b9743de89 |
comparison
equal
deleted
inserted
replaced
| 4579:ba4c632143f6 | 4580:782737d1a2d7 |
|---|---|
| 1899 self._handle_mail(message) | 1899 self._handle_mail(message) |
| 1900 except Unauthorized, value: | 1900 except Unauthorized, value: |
| 1901 body_diff = self.compareMessages(str(value), """ | 1901 body_diff = self.compareMessages(str(value), """ |
| 1902 You are not a registered user. Please register at: | 1902 You are not a registered user. Please register at: |
| 1903 | 1903 |
| 1904 http://tracker.example/cgi-bin/roundup.cgi/bugs/user?template=register | 1904 http://tracker.example/cgi-bin/roundup.cgi/bugs/user?@template=register |
| 1905 | 1905 |
| 1906 ...before sending mail to the tracker. | 1906 ...before sending mail to the tracker. |
| 1907 | 1907 |
| 1908 Unknown address: fubar@bork.bork.bork | 1908 Unknown address: fubar@bork.bork.bork |
| 1909 """) | 1909 """) |
| 2028 | 2028 |
| 2029 | 2029 |
| 2030 | 2030 |
| 2031 You are not a registered user. Please register at: | 2031 You are not a registered user. Please register at: |
| 2032 | 2032 |
| 2033 http://tracker.example/cgi-bin/roundup.cgi/bugs/user?template=register | 2033 http://tracker.example/cgi-bin/roundup.cgi/bugs/user?@template=register |
| 2034 | 2034 |
| 2035 ...before sending mail to the tracker. | 2035 ...before sending mail to the tracker. |
| 2036 | 2036 |
| 2037 Unknown address: nonexisting@bork.bork.bork | 2037 Unknown address: nonexisting@bork.bork.bork |
| 2038 | 2038 |
