/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 tests/test_shamap.py

Rename lookup_{tree,blob} -> lookup_{tree,blob}_id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
            ("blob", ("myfileid", "myrevid")),
60
60
            self.map.lookup_git_sha(thesha))
61
61
        invshamap = self.map.get_inventory_sha_map("myrevid")
62
 
        self.assertEquals(thesha, invshamap.lookup_blob("myfileid", "myrevid"))
 
62
        self.assertEquals(thesha,
 
63
            invshamap.lookup_blob_id("myfileid", "myrevid"))
63
64
 
64
65
    def test_tree(self):
65
66
        thesha = "8686645d49063c73d35436192dfc9a160c672301"