Rev 2265: make TestSFTPInit.test_init_existing_branch less fragile (jamesw) in file:///home/mbp/bzr/Work/trivial/
Martin Pool
mbp at sourcefrog.net
Mon Feb 5 11:13:23 GMT 2007
------------------------------------------------------------
revno: 2265
revision-id: mbp at sourcefrog.net-20070205111322-cbd3yty86inw76ro
parent: pqm at pqm.ubuntu.com-20070204152137-9848ed97ad8e6a88
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: trivial
timestamp: Mon 2007-02-05 22:13:22 +1100
message:
make TestSFTPInit.test_init_existing_branch less fragile (jamesw)
modified:
bzrlib/tests/blackbox/test_init.py test_init.py-20060309032856-a292116204d86eb7
=== modified file 'bzrlib/tests/blackbox/test_init.py'
--- a/bzrlib/tests/blackbox/test_init.py 2006-10-11 23:08:27 +0000
+++ b/bzrlib/tests/blackbox/test_init.py 2007-02-05 11:13:22 +0000
@@ -124,7 +124,7 @@
# make sure using 'bzr checkout' is not suggested
# for remote locations missing a working tree
- self.assertFalse(re.search(r'checkout', err))
+ self.assertFalse(re.search(r'use bzr checkout', err))
def test_init_existing_branch_with_workingtree(self):
# don't distinguish between the branch having a working tree or not
More information about the bazaar-commits
mailing list