~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_rename_map.py

  • Committer: Aaron Bentley
  • Date: 2009-03-14 22:45:55 UTC
  • mto: This revision was merged to the branch mainline in revision 4196.
  • Revision ID: aaron@aaronbentley.com-20090314224555-bms29zgiiuqny2e0
Cleanup and enhance tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        os.rename('tree/dir', 'tree/dir2')
130
130
        RenameMap.guess_renames(tree)
131
131
        self.assertEqual('dir2/file', tree.id2path('file-id'))
 
132
        self.assertEqual('dir2', tree.id2path('dir-id'))