~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_interbranch/test_pull.py

(vila) Calling super() instead of mentioning the base class in setUp avoid
 mistakes. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 
126
126
    def setUp(self):
127
127
        self.hook_calls = []
128
 
        TestCaseWithInterBranch.setUp(self)
 
128
        super(TestPullHook, self).setUp()
129
129
 
130
130
    def capture_post_pull_hook(self, result):
131
131
        """Capture post pull hook calls to self.hook_calls.