~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/HttpServer.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-17 20:54:27 UTC
  • mfrom: (2826.1.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070917205427-yt8z43qj0756so3p
Fix #140055 by properly closing test servers

Show diffs side-by-side

added added

removed removed

Lines of Context:
380
380
 
381
381
    def tearDown(self):
382
382
        """See bzrlib.transport.Server.tearDown."""
 
383
        self._httpd.server_close()
383
384
        self._http_running = False
384
385
        self._http_thread.join()
385
386