/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 bzrlib/tests/test_cache_utf8.py

Merge from bzr.dev, resolving the worst of the semantic conflicts, but there's
still a little bit of breakage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
        utf8_x = cache_utf8.encode(uni_x)
111
111
        self.assertIs(utf8_x, x)
 
112
 
 
113
    def test_decode_with_None(self):
 
114
        self.assertEqual((None, 0), cache_utf8._utf8_decode_with_None(None))