/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/test_transport_implementations.py

  • Committer: Aaron Bentley
  • Date: 2006-06-21 21:35:06 UTC
  • mfrom: (1803 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1804.
  • Revision ID: abentley@panoramicfeedback.com-20060621213506-e58c1f9dc1a6d6d2
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
922
922
                ]
923
923
 
924
924
        try:
925
 
            self.build_tree(files, transport=t)
 
925
            self.build_tree(files, transport=t, line_endings='binary')
926
926
        except UnicodeError:
927
927
            raise TestSkipped("cannot handle unicode paths in current encoding")
928
928