~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge from bzr.dev

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')