~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/workingtree_implementations/test_move.py

  • Committer: Martin Pool
  • Date: 2007-03-07 03:09:14 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: mbp@sourcefrog.net-20070307030914-fb2gw9ae6lxcbbcd
Review cleanups: mostly updating or removing todo comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
        self.assertRaises(errors.BzrMoveFailedError,
129
129
                          tree.move, ['b'], 'a')
130
130
 
131
 
    # TODO: jam 20070225 What about a test when the target is now a directory,
132
 
    #       but in the past it was a file. Theoretically WorkingTree should
133
 
    #       notice the kind change.
134
 
 
135
131
    def test_move_unversioned(self):
136
132
        tree = self.make_branch_and_tree('.')
137
133
        self.build_tree(['a/', 'b'])