~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 3508.1.23.

  • Committer: Vincent Ladeuil
  • Date: 2009-03-19 14:28:27 UTC
  • mto: (4167.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4168.
  • Revision ID: v.ladeuil+lp@free.fr-20090319142827-m03usu4my6qvukc8
Fix as per Martin's review.

* bzrlib/transport/ftp/_gssapi.py:
(get_test_permutations): Replace all occurences of FTPServer by
FTPTestServer to distinguish between the test front-end and the
real server.

* bzrlib/transport/ftp/__init__.py:
(get_test_permutations): Replace all occurences of FTPServer by
FTPTestServer.


* bzrlib/tests/test_ftp_transport.py:
Replace all occurences of FTPServer by FTPTestServer.

* bzrlib/tests/ftp_server/pyftpdlib_based.py:
Replace all occurences of FTPServer by FTPTestServer.
(BzrConformingFTPHandler): Fix odd capitalization.

* bzrlib/tests/ftp_server/medusa_based.py:
Replace all occurences of FTPServer by FTPTestServer.

* bzrlib/tests/ftp_server/__init__.py:
(_FTPServerFeature): Update docstring.
(FTPTestServer): Replace all occurences of FTPServer by
FTPTestServer.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: