/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/ftp_server/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2010-01-12 22:36:23 UTC
  • mfrom: (4953 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4955.
  • Revision ID: john@arbash-meinel.com-20100112223623-836x5mou0gm5vsep
merge bzr.dev 4953 to clean up the ui factory issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    never called).
67
67
    """
68
68
 
69
 
    def setUp(self, vfs_server=None):
 
69
    def start_server(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):