~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
      faulty tests were not properly isolated.
114
114
      (Andrew Bennetts, Robert Collins)
115
115
 
 
116
    * ``medusa`` is not used anymore as an FTP test server starting with
 
117
      python2.6. A new FTP test server based on ``pyftplib`` can be used
 
118
      instead. This new server is a soft dependency as medusa which is still
 
119
      preferred if both are available (modulo python version).  (Vincent
 
120
      Ladeuil)
 
121
 
116
122
  INTERNALS:
117
123
 
118
124
    * ``DirState`` can now be passed a custom ``SHA1Provider`` object