~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Vincent Ladeuil
  • Date: 2009-03-17 08:14:00 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-20090317081400-9tjv65u6f77sfsu0
Tweak SITE_CHMOD server command.

* bzrlib/tests/ftp_server/pyftpdlib_based.py:
(BZRConformingFTPHandler.ftp_SITE_CHMOD): Allow spaces in paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
4
4
#
5
5
 
6
 
- explicit test to forbid empty password for ftp ?
 
6
- explicit test to forbid empty password for ftp ? Or try using
 
7
   arg_needed = None for the PASS command as suggested.
7
8
- handle unicode or utf-8 encoded paths
8
 
- try using _map to fix failing tests
9
 
- call _ftp_server.close_all in the server thread and/or switch
10
 
   to an implementation that doesn't use serve_forever
 
9
- explicit test for chmod and path with spaces
 
10