~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-15 04:49:48 UTC
  • mfrom: (3984.5.22 switch-r-183559)
  • Revision ID: pqm@pqm.ubuntu.com-20100115044948-yxz5m3vchxapbq22
(andrew) Add --revision option to 'bzr switch'. (#184559)

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: