~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_push.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:
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.