/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_workingtree/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:
79
79
 
80
80
        tree.lock_read()
81
81
        try:
82
 
            mtime = tree.get_file_mtime('one')
 
82
            mtime = tree.get_file_mtime('two')
83
83
            self.assertAlmostEqual(st.st_mtime, mtime)
84
84
            mtime = tree.get_file_mtime('two', one_id)
85
85
            self.assertAlmostEqual(st.st_mtime, mtime)