/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

Fix lookup of commits in tdb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        self.assertEquals(
72
72
            ("commit", ("myrevid", "cc9462f7f8263ef5adfbeff2fb936bb36b504cba")),
73
73
            self.map.lookup_git_sha(c.id))
 
74
        self.assertEquals(c.id, self.map.lookup_commit("myrevid"))
74
75
 
75
76
    def test_lookup_notfound(self):
76
77
        self.assertRaises(KeyError,