~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_xml.py

  • Committer: Aaron Bentley
  • Date: 2008-04-15 04:29:44 UTC
  • mto: This revision was merged to the branch mainline in revision 3371.
  • Revision ID: aaron@aaronbentley.com-20080415042944-2o3o664x26507hej
PEP8 fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
448
448
        serialized = bzrlib.xml8.serializer_v8.write_revision_to_string(rev)
449
449
        self.assertEqualDiff(serialized, _expected_rev_v8)
450
450
 
451
 
 
452
451
    def test_revision_ids_are_utf8(self):
453
452
        """Parsed revision_ids should all be utf-8 strings, not unicode."""
454
453
        s_v5 = bzrlib.xml5.serializer_v5