/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/test_inv.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 10:50:21 UTC
  • mfrom: (7164 work)
  • mto: This revision was merged to the branch mainline in revision 7165.
  • Revision ID: jelmer@jelmer.uk-20181116105021-xl419v2rh4aus1au
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
720
720
        dir = inventory.InventoryLink(b'123', 'hello.c', ROOT_ID)
721
721
        self.assertEqual(dir.kind_character(), '')
722
722
 
 
723
    def test_link_kind_character(self):
 
724
        dir = TreeReference(b'123', 'hello.c', ROOT_ID)
 
725
        self.assertEqual(dir.kind_character(), '+')
 
726
 
723
727
    def test_dir_detect_changes(self):
724
728
        left = inventory.InventoryDirectory(b'123', 'hello.c', ROOT_ID)
725
729
        right = inventory.InventoryDirectory(b'123', 'hello.c', ROOT_ID)