/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

Eliminate InventorySHAMap.

Show diffs side-by-side

added added

removed removed

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