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

Cope with API changes in Dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
 
113
113
    def test_tags(self):
114
114
        git_repo, commit_sha1 = self.simple_commit()
115
 
        git_repo.set_ref("refs/tags/foo", commit_sha1)
 
115
        git_repo.refs["refs/tags/foo"] = commit_sha1
116
116
 
117
117
        output, error = self.run_bzr(['tags'])
118
118
        self.assertEquals(error, '')