commit | 23cb7f9d5c1fa1c57cc59350ff16a9ecff527313 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Wed Jan 06 15:16:05 2010 -0800 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Jan 12 11:56:55 2010 -0800 |
tree | 9861ca85a363a7468ee54ad198ca4d59fd99ca67 | |
parent | de45869e1dc28fa99951709b9485a35dbcea4444 [diff] |
Fix PersonIdent to always use SystemReader Under unit tests we want the when and timezone to come from the MockSystemReader and be stable. We did this for the default constructor based on the Repository, but failed to do it for the name,emailAddress variant of the constructor. Change-Id: I608ac7cf01673729303395e19b379b38fef136b3 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>