~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_mail_client.py

  • Committer: Aaron Bentley
  • Date: 2007-08-09 20:30:00 UTC
  • mto: (2681.5.3 bzr-mail)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: abentley@panoramicfeedback.com-20070809203000-939mwp9uv19snzme
Add support for mail-from-editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
class TestThunderbird(tests.TestCase):
25
25
 
26
26
    def test_commandline(self):
27
 
        tbird = mail_client.Thunderbird()
 
27
        tbird = mail_client.Thunderbird(None)
28
28
        commandline = tbird._get_compose_commandline(None, None,
29
29
                                                     'file%')
30
30
        self.assertEqual(['-compose', "attachment='%s'" %