~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/blackbox.py

  • Committer: Martin Pool
  • Date: 2005-07-11 07:18:20 UTC
  • Revision ID: mbp@sourcefrog.net-20050711071820-f7cace0697a29e27
- try to debug blackbox branch test failure

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
        chdir('..')
310
310
        chdir('..')
311
311
        progress('branch')
 
312
        assert os.path.exists('branch1')
 
313
        assert not os.path.exists('branch2')
312
314
        # Can't create a branch if it already exists
313
315
        runbzr('branch branch1', retcode=1)
314
316
        # Can't create a branch if its parent doesn't exist