/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: 2018-04-02 00:52:27 UTC
  • mfrom: (6939 work)
  • mto: This revision was merged to the branch mainline in revision 7274.
  • Revision ID: jelmer@jelmer.uk-20180402005227-pecflp1mvdjrjqd6
Merge trunk.

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)