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

  • Committer: Aaron Bentley
  • Date: 2008-06-06 16:36:15 UTC
  • mto: This revision was merged to the branch mainline in revision 3483.
  • Revision ID: abentley@bruiser-20080606163615-8ceq4an8jxjcmnu1
RemoveĀ testĀ kipple

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
    def get_transform(self):
66
66
        transform = TreeTransform(self.wt)
67
 
        #self.addCleanup(transform.finalize)
 
67
        self.addCleanup(transform.finalize)
68
68
        return transform, transform.root
69
69
 
70
70
    def test_existing_limbo(self):