/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/blackbox/test_too_much.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-24 20:32:24 UTC
  • mto: This revision was merged to the branch mainline in revision 7054.
  • Revision ID: jelmer@jelmer.uk-20180724203224-3h7jeutnl8na513m
Fix another 128 tests on python 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
418
418
        self.run_bzr('log -v --forward')
419
419
        self.run_bzr('log -m', retcode=3)
420
420
        log_out = self.run_bzr('log -m commit')[0]
421
 
        self.assertTrue(b"this is my new commit\n  and" in log_out)
422
 
        self.assertTrue(b"rename nested" not in log_out)
423
 
        self.assertTrue(b'revision-id' not in log_out)
424
 
        self.assertTrue(b'revision-id' in self.run_bzr('log --show-ids -m commit')[0])
 
421
        self.assertTrue("this is my new commit\n  and" in log_out)
 
422
        self.assertTrue("rename nested" not in log_out)
 
423
        self.assertTrue('revision-id' not in log_out)
 
424
        self.assertTrue('revision-id' in self.run_bzr('log --show-ids -m commit')[0])
425
425
 
426
426
        log_out = self.run_bzr('log --line')[0]
427
427
        # determine the widest line we want