/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_send.py

  • Committer: Ian Clatworthy
  • Date: 2009-02-09 02:56:57 UTC
  • mto: This revision was merged to the branch mainline in revision 3988.
  • Revision ID: ian.clatworthy@canonical.com-20090209025657-sj5fjv4yjjv9lb1i
tweak regex pattern in send test

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
        branch = _mod_branch.Branch.open('branch')
201
201
        branch.get_config().set_user_option('mail_client', 'editor')
202
202
        self.run_bzr_error(
203
 
            ('No mail-to address (--mail-to) or output (-o) specified',),
204
 
            'send -f branch')
 
203
            ('No mail-to address \\(--mail-to\\) or output \\(-o\\) specified',
 
204
            ), 'send -f branch')
205
205
        branch.get_config().set_user_option('mail_client', 'bogus')
206
206
        self.run_bzr('send -f branch -o-')
207
207
        self.run_bzr_error(('Unknown mail client: bogus',),