~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 
125
125
        # make sure using 'bzr checkout' is not suggested
126
126
        # for remote locations missing a working tree
127
 
        self.assertFalse(re.search(r'checkout', err))
 
127
        self.assertFalse(re.search(r'use bzr checkout', err))
128
128
 
129
129
    def test_init_existing_branch_with_workingtree(self):
130
130
        # don't distinguish between the branch having a working tree or not