/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/per_tree/test_is_executable.py

  • Committer: Jelmer Vernooij
  • Date: 2017-11-19 18:35:20 UTC
  • mfrom: (6809.4.27 swap-arguments)
  • Revision ID: jelmer@jelmer.uk-20171119183520-fmw89uw30e0tbhwz
Merge lp:~jelmer/brz/swap-arguments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
            False)
30
30
        tree.lock_read()
31
31
        self.addCleanup(tree.unlock)
32
 
        self.assertEqual(False, tree.is_executable(tree.path2id('1top-dir')))
 
32
        self.assertEqual(False, tree.is_executable('1top-dir'))
33
33
 
34
34
    def test_is_executable_symlink(self):
35
35
        self.requireFeature(SymlinkFeature)