Home | History | Annotate | Download | only in testserver

Lines Matching refs:original

229       def DoCommit(original=None, id_string='', name=None, parent=None,
232 if original is not None:
233 proto.version = original.version
234 proto.id_string = original.id_string
235 proto.parent_id_string = original.parent_id_string
236 proto.name = original.name
298 proto2b, result2b = DoCommit(original=result2,
302 proto1b, result1b = DoCommit(original=result1,
309 for p, r, original in [(proto2b, result2b, proto2),
313 self.assertEqual(r.originator_client_item_id, original.id_string)
314 if original is not p: