/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 breezy/tests/test_shelf.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 15:19:49 UTC
  • mfrom: (7141.7.6 no-file-ids)
  • Revision ID: breezy.the.bot@gmail.com-20181116151949-hrmuv6s7ow1cqdhi
Drop file_id argument from read functions in Tree.

Merged from https://code.launchpad.net/~jelmer/brz/no-file-ids/+merge/357984

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
        ptree = creator.shelf_transform.get_preview_tree()
280
280
        self.assertEqual(
281
281
                link_target,
282
 
                ptree.get_symlink_target(ptree.id2path(b'foo-id'), b'foo-id'))
 
282
                ptree.get_symlink_target(ptree.id2path(b'foo-id')))
283
283
 
284
284
    def test_shelve_symlink_creation(self):
285
285
        self._test_shelve_symlink_creation('foo', 'bar')