/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

  • Committer: John Arbash Meinel
  • Date: 2006-12-18 19:21:11 UTC
  • mfrom: (2196 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2209.
  • Revision ID: john@arbash-meinel.com-20061218192111-3fc13nmt21u3f1wm
[merge] bzr.dev 2196

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