~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-01 07:30:00 UTC
  • mfrom: (2220.2.49 tags)
  • Revision ID: pqm@pqm.ubuntu.com-20070301073000-0bfe1394fee5e712
(mbp) tags in branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
        os.chdir(u'../' + dirname2)
229
229
        txt = bzr('pull')
230
230
 
231
 
        self.assertEqual(u'Using saved location: %s/\n' % (pwd,), txt)
 
231
        self.assertEqual(u'Using saved location: %s/\n'
 
232
                'No revisions to pull.\n' % (pwd,), txt)
232
233
 
233
234
        os.chdir('../' + dirname1)
234
235
        open('a', 'ab').write('and yet more\n')