/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 bzrlib/tests/workingtree_implementations/test_remove.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-15 08:22:22 UTC
  • mfrom: (2485.6.9 test-cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20070615082222-98j9j9nbl6p2dx0m
Speed up tests by deleting test directories immediately after they're used, and put them in  (mbp, spiv)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    b_c = ['b', 'b/c']
30
30
 
31
31
    def getTree(self):
32
 
        self.makeAndChdirToTestDir()
33
32
        tree = self.make_branch_and_tree('.')
34
33
        self.build_tree(TestRemove.files)
35
34
        return tree