~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_sftp_transport.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:
199
199
            self.assertTrue(transport.abspath('/').endswith('/'))
200
200
            del transport
201
201
        finally:
202
 
            server.tearDown()
 
202
            server.stop_server()
203
203
 
204
204
 
205
205
class SFTPBranchTest(TestCaseWithSFTPServer):