~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Daniel Watkins
  • Date: 2007-08-23 14:10:48 UTC
  • mto: (2759.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2760.
  • Revision ID: d.m.watkins@warwick.ac.uk-20070823141048-hlyyibw24f34voen
Updated tests to reflect new error text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        os.chdir('tree')
167
167
        out, err = self.run_bzr("annotate doesnotexist", retcode=3)
168
168
        self.assertEqual('', out)
169
 
        self.assertEqual("bzr: ERROR: doesnotexist is not versioned\n", err)
 
169
        self.assertEqual("bzr: ERROR: doesnotexist is not versioned.\n", err)