~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_push.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:
683
683
class TestPushRedirect(tests.TestCaseWithTransport):
684
684
 
685
685
    def setUp(self):
686
 
        tests.TestCaseWithTransport.setUp(self)
 
686
        super(TestPushRedirect, self).setUp()
687
687
        self.memory_server = RedirectingMemoryServer()
688
688
        self.start_server(self.memory_server)
689
689
        # Make the branch and tree that we'll be pushing.