~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_push.py

  • Committer: Martin Pool
  • Date: 2010-01-06 04:48:59 UTC
  • mto: This revision was merged to the branch mainline in revision 4943.
  • Revision ID: mbp@sourcefrog.net-20100106044859-s8gwd12nev9p7nws
Rename Server.tearDown to .stop_server

Show diffs side-by-side

added added

removed removed

Lines of Context:
598
598
        result._locks = self._locks
599
599
        return result
600
600
 
601
 
    def tearDown(self):
 
601
    def stop_server(self):
602
602
        transport.unregister_transport(self._scheme, self._memory_factory)
603
603
 
604
604