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

Correctly decode utf8 revision ids from knits when parsing, fixes a regression where a unicode revision id is stored correctly, but then indexed by the utf8 value on the next invocation of bzr, rather than the unicode value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
662
662
            self.assertRaises(NotImplementedError, vf.get_parents_with_ghosts, 'foo')
663
663
            self.assertRaises(NotImplementedError, vf.get_graph_with_ghosts)
664
664
            return
 
665
        vf = self.reopen_file()
665
666
        # test key graph related apis: getncestry, _graph, get_parents
666
667
        # has_version
667
668
        # - these are ghost unaware and must not be reflect ghosts