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

Handle empty metadata.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        self.assertEquals([], list(self.interrepo.missing_revisions([])))
63
63
 
64
64
    def test_missing_revisions_unknown_stop_rev(self):
65
 
        self.assertEquals([],
66
 
                list(self.interrepo.missing_revisions([(None, "unknown")])))
 
65
        self.assertRaises(errors.NoSuchRevision,
 
66
                self.interrepo.missing_revisions, ["unknown"])