~vexo/bzr/gpg_verify_download_missing

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testinv.py

  • Committer: Robert Collins
  • Date: 2005-11-27 22:38:34 UTC
  • mfrom: (1185.33.36 bzr.dev)
  • Revision ID: robertc@robertcollins.net-20051127223834-d00ecca0d0b9384a
Merge from mpool, adjusting check to retain HTTP support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
        # with fake parent entries.
242
242
        super(TestSnapshot, self).setUp()
243
243
        self.branch = Branch.initialize('.')
244
 
        self.build_tree(['subdir/', 'subdir/file'])
 
244
        self.build_tree(['subdir/', 'subdir/file'], line_endings='binary')
245
245
        self.branch.add(['subdir', 'subdir/file'], ['dirid', 'fileid'])
246
246
        if has_symlinks():
247
247
            pass