~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_transport.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-07 17:46:25 UTC
  • mfrom: (4939.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100107174625-iza3wa6kf020jgd1
(vila) 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: