~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport_implementations.py

  • Committer: Wouter van Heyst
  • Date: 2006-06-07 11:06:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: larstiq@larstiq.dyndns.org-20060607110623-ababc7dc508f613f
StubSFTPServer should use bytestreams rather than unicode

Show diffs side-by-side

added added

removed removed

Lines of Context:
921
921
                 u'\u65e5', # Kanji person
922
922
                ]
923
923
 
924
 
        self.build_tree(files, transport=t)
 
924
        try:
 
925
            self.build_tree(files, transport=t)
 
926
        except UnicodeError:
 
927
            raise TestSkipped("cannot handle unicode paths in current encoding")
925
928
 
926
929
        # A plain unicode string is not a valid url
927
930
        for fname in files: