/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/per_workingtree/test_inv.py

  • Committer: Jelmer Vernooij
  • Date: 2018-02-18 15:49:32 UTC
  • mfrom: (6857 trunk)
  • mto: This revision was merged to the branch mainline in revision 6928.
  • Revision ID: jelmer@jelmer.uk-20180218154932-q0ihqx714ms38j2u
Merge trink.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        wt.add(['foo', 'foo/bar'], [b'foo-id', b'bar-id'])
69
69
        wt.apply_inventory_delta([('foo', None, b'foo-id', None),
70
70
                                  ('foo/bar', None, b'bar-id', None)])
71
 
        self.assertIs(None, wt.path2id('foo'))
 
71
        self.assertFalse(wt.is_versioned('foo'))
72
72
 
73
73
    def test_rename_dir_with_children(self):
74
74
        wt = self.make_branch_and_tree('.')