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

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 20:07:32 UTC
  • mto: This revision was merged to the branch mainline in revision 6819.
  • Revision ID: jelmer@jelmer.uk-20171112200732-ehxgen03s9jphe8n
Swap arguments for get_symlink_target and kind/stored_kind.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        tree = self.get_basic_tree()
50
50
        tree.lock_read()
51
51
        self.addCleanup(tree.unlock)
52
 
        self.assertRaises(errors.NoSuchId,
53
 
            tree.get_file_mtime, 'unexistant')
 
52
        self.assertRaises(errors.NoSuchFile, tree.get_file_mtime, 'unexistant')