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

Cope with utf8 invalid data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
            refs.extract_tags({
69
69
                "HEAD": "ref: foo",
70
70
                "refs/tags/myt\xc3\xa2g": "actualsha"}))
 
71
 
 
72
    def test_non_utf8_name(self):
 
73
        self.assertEquals({},
 
74
            refs.extract_tags({
 
75
                'refs/tags/LIBGEE_0_2_\xc20': "actualsha"}))