/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_controllers.py

  • Committer: Jelmer Vernooij
  • Date: 2018-10-20 16:06:44 UTC
  • mto: (491.6.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: jelmer@jelmer.uk-20181020160644-zge05y7kws9797u8
More python 3 fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
        values = filediff_ui.get_values('', {}, {})
271
271
        chunks = values['chunks']
272
272
        self.assertEqual('insert', chunks[0].diff[1].type)
273
 
        self.assertEqual(b'new content', chunks[0].diff[1].line)
 
273
        self.assertEqual('new content', chunks[0].diff[1].line)
274
274
 
275
275
    def test_json_render_smoke(self):
276
276
        branch_app, (rev1, rev2) = self.make_branch_app_for_filediff_ui()