~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Paul Stewart
  • Date: 2011-08-05 22:18:05 UTC
  • mto: This revision was merged to the branch mainline in revision 6069.
  • Revision ID: paulbrianstewart@gmail.com-20110805221805-nuex1ervc465ruvg
Updated the empty commit message text to use double quote marks rather than single quotes so it will work with Windows re John A Meinel's comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
753
753
        out, err = self.run_bzr_error(["Empty commit message specified"
754
754
                  " Please specify a commit message with either"
755
755
                  " --message or --file or leave a blank message"
756
 
                  " with --message '' "],
 
756
                  " with --message \"\" "],
757
757
            "commit tree/hello.txt", stdin="n\n")
758
758
        self.assertEqual(expected, tree.last_revision())
759
759