~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/ftp_server/__init__.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:
69
69
    def setUp(self, vfs_server=None):
70
70
        pass
71
71
 
72
 
    def tearDown(self):
 
72
    def stop_server(self):
73
73
        pass
74
74
 
75
75
    def get_url(self):