/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/per_tree/test_inv.py

  • Committer: Vincent Ladeuil
  • Date: 2012-08-04 14:27:47 UTC
  • mto: This revision was merged to the branch mainline in revision 6553.
  • Revision ID: v.ladeuil+lp@free.fr-20120804142747-2t498paljijf7q7y
Remaining tests matching setup(self) that can be rewritten with super().

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    _test_needs_features = [features.SymlinkFeature]
43
43
 
44
44
    def setUp(self):
45
 
        per_tree.TestCaseWithTree.setUp(self)
 
45
        super(TestInventoryWithSymlinks, self).setUp()
46
46
        self.tree = self.get_tree_with_subdirs_and_all_content_types()
47
47
        self.tree.lock_read()
48
48
        self.addCleanup(self.tree.unlock)