commit | 49aac32500985440c8c7599ccf953f011da8a763 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 02 18:08:56 2009 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Nov 02 17:53:58 2009 -0800 |
tree | 8b5ad5b7b5ecd9f6b89d579a9ce25cd3e0c98daa | |
parent | a95198580f1cea5655a65b72d0986350144aa01e [diff] |
Create JUnit test utilities for JGit derived sources The LocalDiskRepositoryTestCase class is derived from the current RepositoryTestCase code and is meant for application (or our own) tests to subclass and access temporary repositories on the local client disk. Change-Id: Idff096cea40a7b2b56a90fb5de179ba61ea3a0eb Signed-off-by: Shawn O. Pearce <spearce@spearce.org>