/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/test_transform.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-07-25 02:21:19 UTC
  • mfrom: (7045.2.22 python3-q)
  • Revision ID: breezy.the.bot@gmail.com-20180725022119-j5tbtw8t58csyp2t
Fix a few more tests on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-q/+merge/349833

Show diffs side-by-side

added added

removed removed

Lines of Context:
430
430
        self.assertEqual(transform.find_conflicts(),
431
431
                         [('unversioned parent', lion_id),
432
432
                          ('missing parent', lion_id)])
433
 
        transform.version_file("Courage", lion_id)
 
433
        transform.version_file(b"Courage", lion_id)
434
434
        self.assertEqual(transform.find_conflicts(),
435
435
                         [('missing parent', lion_id),
436
436
                          ('versioning no contents', lion_id)])