~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: 2009-11-17 03:20:35 UTC
  • mfrom: (4792.4.3 456036)
  • Revision ID: pqm@pqm.ubuntu.com-20091117032035-s3sgtlixj1lrminn
(Gordon Tyler) Fix IndexError during 'bzr ignore /' (#456036)

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
 
 
1504
1500
        try:
1505
1501
            self.build_tree(files, transport=t, line_endings='binary')
1506
1502
        except UnicodeError: