/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/blackbox/test_commit.py

  • Committer: Parth Malwankar
  • Date: 2010-04-20 10:26:38 UTC
  • mto: This revision was merged to the branch mainline in revision 5214.
  • Revision ID: parth.malwankar@gmail.com-20100420102638-90omempm4tiv1sxm
removed blank line from test case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
        open(file_name, 'w').write('hello world')
117
117
        self.run_bzr(['add'])
118
118
        out, err = self.run_bzr(['commit', '-m', file_name])
119
 
 
120
119
        reflags = re.MULTILINE|re.DOTALL|re.UNICODE
121
120
        ue = osutils.get_user_encoding()
122
121
        self.assertContainsRe(err.decode(ue),