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

  • Committer: John Arbash Meinel
  • Date: 2011-05-24 19:21:18 UTC
  • mfrom: (5911 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5912.
  • Revision ID: john@arbash-meinel.com-20110524192118-m60ss2lz7gwyr898
Merge bzr.dev tip, to make sure we get the right changes applied.

Show diffs side-by-side

added added

removed removed

Lines of Context:
811
811
        raw_conflicts = resolve_conflicts(tt)
812
812
        cooked_conflicts = cook_conflicts(raw_conflicts, tt)
813
813
        tt.finalize()
814
 
        conflicts_s = [str(c) for c in cooked_conflicts]
 
814
        conflicts_s = [unicode(c) for c in cooked_conflicts]
815
815
        self.assertEqual(len(cooked_conflicts), len(conflicts_s))
816
816
        self.assertEqual(conflicts_s[0], 'Conflict adding file dorothy.  '
817
817
                                         'Moved existing file to '