summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2009-10-02 18:08:56 -0700
committerShawn O. Pearce <spearce@spearce.org>2009-11-02 17:53:58 -0800
commit49aac32500985440c8c7599ccf953f011da8a763 (patch)
tree8b5ad5b7b5ecd9f6b89d579a9ce25cd3e0c98daa /pom.xml
parenta95198580f1cea5655a65b72d0986350144aa01e (diff)
downloadjgit-49aac32500985440c8c7599ccf953f011da8a763.tar.gz
jgit-49aac32500985440c8c7599ccf953f011da8a763.zip
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 910b587167..e144f492d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,12 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.junit</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ui</artifactId>
<version>${project.version}</version>
</dependency>
@@ -229,6 +235,7 @@
<module>org.eclipse.jgit</module>
<module>org.eclipse.jgit.ui</module>
<module>org.eclipse.jgit.pgm</module>
+ <module>org.eclipse.jgit.junit</module>
<module>org.eclipse.jgit.test</module>
</modules>
</project>