/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_transport.py

Fixed as per jam's review.

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)
 
1500
        no_unicode_support = getattr(self._server, 'no_unicode_support', False)
1501
1501
        if no_unicode_support:
1502
 
            raise TestSkipped("test server cannot handle unicode paths")
 
1502
            raise tests.KnownFailure("test server cannot handle unicode paths")
1503
1503
 
1504
1504
        try:
1505
1505
            self.build_tree(files, transport=t, line_endings='binary')