commit | 8e396bcddc2c945a2a90f6842c1a481a16c7be52 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Wed Jun 23 10:09:27 2010 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Wed Jun 23 17:29:37 2010 -0700 |
tree | bb21bbd696ac83cdbb8a2361679678c8c0b4a2f0 | |
parent | dc10dd6fc85e1c6c69c74ff64db8f4c8c7c4c50b [diff] |
Use higher level Config types when possible We don't have to assume/depend on RepositoryConfig here, these two tests can use higher level versions of the class and still come up with the same test. That frees us up to do some changes to the RepositoryConfig API. Change-Id: Ia7b263c8c5efa3fae1054416d39c546867288132 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>