~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_transport.py

  • Committer: Vincent Ladeuil
  • Date: 2010-01-07 16:28:38 UTC
  • mfrom: (4935.1.2 472161-ftp-utf8)
  • mto: This revision was merged to the branch mainline in revision 4941.
  • Revision ID: v.ladeuil+lp@free.fr-20100107162838-y3jeabrbw96d6ctq
Unicode path support for FTP transports

Show diffs side-by-side

added added

removed removed

Lines of Context:
1497
1497
                 u'\u65e5', # Kanji person
1498
1498
                ]
1499
1499
 
 
1500
        no_unicode_support = getattr(self._server, 'no_unicode_support', False)
 
1501
        if no_unicode_support:
 
1502
            raise tests.KnownFailure("test server cannot handle unicode paths")
 
1503
 
1500
1504
        try:
1501
1505
            self.build_tree(files, transport=t, line_endings='binary')
1502
1506
        except UnicodeError: