~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_bundle.py

  • Committer: Alexander Belchenko
  • Date: 2006-12-19 17:37:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2204.
  • Revision ID: bialix@ukr.net-20061219173738-4pd3h25j5ozjmf5e
Spell-checking (thanks to Aaron)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
    def test_output(self):
87
87
        # check output for consistency
88
 
        # win32 stdout convert LF to CRLF and this is break created bundle
 
88
        # win32 stdout converts LF to CRLF,
 
89
        # and this is breaks the created bundle
89
90
        self.make_trees()        
90
91
        os.chdir('branch')
91
92
        stdout = self.run_bzr_subprocess('bundle')[0]