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

  • Committer: Aaron Bentley
  • Date: 2007-07-17 13:27:14 UTC
  • mfrom: (2624 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2631.
  • Revision ID: abentley@panoramicfeedback.com-20070717132714-tmzx9khmg9501k51
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        try:
49
49
            os.mkdir('foo')
50
50
            bzrdir.BzrDirFormat5().initialize('foo')
51
 
            out, err = self.run_bzr("status", "foo")
 
51
            out, err = self.run_bzr("status foo")
52
52
            self.assertContainsRe(self._get_log(keep_log_file=True),
53
53
                                  "bzr upgrade")
54
54
        finally: