~ursinha/lp-qa-tools/bzr-tarmacland

« back to all changes in this revision

Viewing changes to test_pqm_submit.py

  • Committer: John Arbash Meinel
  • Date: 2007-11-06 03:59:27 UTC
  • Revision ID: john@arbash-meinel.com-20071106035927-akvtsswk9zlcohou
change the parameter to --submit-branch since submit_branch is the config entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
        (out, err, connect_calls,
353
353
         sendmail_calls) = self.run_bzr_fakemail(
354
354
                ['pqm-submit', '-m', 'commit message',
355
 
                 '--submit-location', 'http://example.com/submit',
 
355
                 '--submit-branch', 'http://example.com/submit',
356
356
                 './source'
357
357
                ])
358
358
        self.assertEqual('', out)