~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_diff.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:
299
299
class TestDiffOutput(DiffBase):
300
300
 
301
301
    def test_diff_output(self):
302
 
        # check that output don't mangle line-endings
 
302
        # check that output doesn't mangle line-endings
303
303
        self.make_example_branch()
304
304
        file('hello', 'wb').write('hello world!\n')
305
305
        output = self.run_bzr_subprocess('diff', retcode=1)[0]