205
247
outfile_contents = outp.getvalue()
206
248
self.assertEqual(outfile_contents[-1], '\n')
207
249
self.assertEqualDiff(outfile_contents, bzrlib.xml5.serializer_v5.write_revision_to_string(rev))
209
252
def test_empty_property_value(self):
210
253
"""Create an empty property value check that it serializes correctly"""