[Pkg-bazaar-commits] ./bzr/unstable r907: - try to debug blackbox branch test failure

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:13:37 UTC 2009


------------------------------------------------------------
revno: 907
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-07-11 17:18:20 +1000
message:
  - try to debug blackbox branch test failure
modified:
  bzrlib/selftest/blackbox.py
-------------- next part --------------
=== modified file 'bzrlib/selftest/blackbox.py'
--- a/bzrlib/selftest/blackbox.py	2005-07-11 07:11:57 +0000
+++ b/bzrlib/selftest/blackbox.py	2005-07-11 07:18:20 +0000
@@ -309,6 +309,8 @@
         chdir('..')
         chdir('..')
         progress('branch')
+        assert os.path.exists('branch1')
+        assert not os.path.exists('branch2')
         # Can't create a branch if it already exists
         runbzr('branch branch1', retcode=1)
         # Can't create a branch if its parent doesn't exist



More information about the Pkg-bazaar-commits mailing list