~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2006-03-06 11:20:10 UTC
  • mfrom: (1593 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1611.
  • Revision ID: mbp@sourcefrog.net-20060306112010-17c0170dde5d1eea
[merge] large merge to sync with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        cwd = os.getcwdu()
32
32
        out, err = self.run_bzr('log', retcode=3)
33
33
 
34
 
        self.assertEqual(u'bzr: ERROR: Not a branch: %s\n' % (cwd,),
 
34
        self.assertEqual(u'bzr: ERROR: Not a branch: %s/\n' % (cwd,),
35
35
                         err)
36
36
 
37
37
    def test_url_log(self):