Move C git compatability test vectors to tst directory
commit51447f1f4c0b2ab8990066902050e0b1ee993bfb
authorShawn O. Pearce <spearce@spearce.org>
Thu, 14 Aug 2008 22:06:27 +0000 (14 15:06 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 14 Aug 2008 22:48:44 +0000 (15 00:48 +0200)
treea2f3787ea9bc4c796614081cacf0976e4234da63
parenta503e91200dd21a0992a60dd4b1af3c25f1855bd
Move C git compatability test vectors to tst directory

We don't want to read the data from the classpath as this can cause
a problem for Maven based builds.  Instead we read the data from the
top level tst directory, where our other test vectors are located.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/gitgit.index [moved from org.spearce.jgit.test/tst/org/spearce/jgit/dircache/gitgit.index with 100% similarity]
org.spearce.jgit.test/tst/gitgit.lsfiles [moved from org.spearce.jgit.test/tst/org/spearce/jgit/dircache/gitgit.lsfiles with 100% similarity]
org.spearce.jgit.test/tst/gitgit.lstree [moved from org.spearce.jgit.test/tst/org/spearce/jgit/dircache/gitgit.lstree with 100% similarity]
org.spearce.jgit.test/tst/org/spearce/jgit/dircache/DirCacheCGitCompatabilityTest.java