~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mail/tests/test_incoming.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-12 22:33:38 UTC
  • mfrom: (14446.1.13 detailed-gpg-exceptions)
  • Revision ID: launchpad@pqm.canonical.com-20111212223338-qba9dvcxyj38e3f3
[r=allenap][bug=798957,
        901498] 1. Add extra debugging to Poppy GPG failures. 2. Fix an OOPS
        logging problem that caused Poppy to infinitely loop logging
        OOPSes when initially logging an error. This also affects the Puller,
        Importds and the librarian as they now get a proper rotatable log file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        self.assertIn(
65
65
            "An error occurred while processing a mail you sent to "
66
66
            "Launchpad's email\ninterface.\n\n\n"
67
 
            "Error message:\n\nSignature couldn't be verified: No data",
 
67
            "Error message:\n\nSignature couldn't be verified: "
 
68
            "(7, 58, u'No data')",
68
69
            body)
69
70
 
70
71
    def test_invalid_to_addresses(self):