~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: Andrew Bennetts
  • Date: 2008-12-19 06:12:28 UTC
  • mto: This revision was merged to the branch mainline in revision 3911.
  • Revision ID: andrew.bennetts@canonical.com-20081219061228-jnw1n111u3impfi0
Tweak warning slightly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
            msgeditor._run_editor('')
268
268
        finally:
269
269
            trace.warning = _warning
270
 
        self.assertStartsWith(warnings[0], 'Could not start editor eacces.py:')
 
270
        self.assertStartsWith(warnings[0], 'Could not start editor "eacces.py"')
271
271
 
272
272
    def test__create_temp_file_with_commit_template(self):
273
273
        # check that commit template written properly