/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.py

  • Committer: Michael Hudson
  • Date: 2007-11-29 18:58:23 UTC
  • mfrom: (3048 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3189.
  • Revision ID: michael.hudson@canonical.com-20071129185823-vpokl0unnsjib0xw
merge bzr.dev
a bit involved, hope i got it all right!

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        """Calculate an ftp url to this server."""
192
192
        return 'ftp://foo:bar@localhost:%d/' % (self._port)
193
193
 
194
 
#    def get_bogus_url(self):
195
 
#        """Return a URL which cannot be connected to."""
196
 
#        return 'ftp://127.0.0.1:1'
 
194
    def get_bogus_url(self):
 
195
        """Return a URL which cannot be connected to."""
 
196
        return 'ftp://127.0.0.1:1'
197
197
 
198
198
    def log(self, message):
199
199
        """This is used by medusa.ftp_server to log connections, etc."""