/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_reconfigure.py

  • Committer: Rob Weir
  • Date: 2007-09-22 06:08:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2847.
  • Revision ID: rweir@ertius.org-20070922060835-kg519btg6kiyuf4y
add check of error text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    def test_no_args(self):
61
61
        branch = self.make_branch('branch')
62
 
        self.run_bzr('reconfigure', working_dir='branch')
 
62
        self.run_bzr_error(['No target configuration specified'],
 
63
                           'reconfigure', working_dir='branch')