Introduce utility method to load test resources
commit8e6a1b44f54f189cb3632877a4653c09c354b6a4
authorImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 8 Sep 2008 03:07:34 +0000 (8 09:07 +0600)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 8 Sep 2008 15:11:26 +0000 (8 08:11 -0700)
tree9650210aaf7d0162dc1f1f6cad7bcb78f65d11fc
parent88867e3ad3f95db8844325cd98870b726892a452
Introduce utility method to load test resources

Previously test resources were being loaded from the sources but code for
loading them was done in different locations, thus introduced a utility
class that will contain utility operations and the first one's responsibility
would be to load test resources.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.test/tst/org/spearce/jgit/dircache/DirCacheCGitCompatabilityTest.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/PackIndexV1Test.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/PackIndexV2Test.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/PackReverseIndexTest.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/PackWriterTest.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/RepositoryTestCase.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/T0004_PackReader.java
org.spearce.jgit.test/tst/org/spearce/jgit/transport/IndexPackTest.java
org.spearce.jgit.test/tst/org/spearce/jgit/util/JGitTestUtil.java [copied from org.spearce.jgit.test/tst/org/spearce/jgit/lib/PackIndexV1Test.java with 63% similarity]