~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2007-02-07 03:09:58 UTC
  • mfrom: (2268 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2269.
  • Revision ID: aaron.bentley@utoronto.ca-20070207030958-fx6ykp7rg7zma6xu
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