Moved unit jgit tests.
commitaa8c918a7946a97e6a6b50fa20de070a5b882e69
authorShawn O. Pearce <spearce@spearce.org>
Wed, 8 Nov 2006 19:09:34 +0000 (8 14:09 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 8 Nov 2006 19:09:34 +0000 (8 14:09 -0500)
treef19f2c345ad111b6d11a88d9f6b77f0b423453cb
parent983b7c0c6e63c2e1d62e446743812e68106ebb2e
Moved unit jgit tests.

Due to the refactoring applied during the last commit T0004_PackReader.java
can't access some of the APIs it was requesting, especially since it was
in a the lib_test package.  So I'm moving the tests all into the same
package as the library itself to permit access to some of these non-public
APIs.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/tst/org/spearce/jgit/lib/RepositoryTestCase.java [moved from org.spearce.jgit/tst/org/spearce/jgit/lib_tst/RepositoryTestCase.java with 99% similarity]
org.spearce.jgit/tst/org/spearce/jgit/lib/T0001_ObjectId.java [moved from org.spearce.jgit/tst/org/spearce/jgit/lib_tst/T0001_ObjectId.java with 98% similarity]
org.spearce.jgit/tst/org/spearce/jgit/lib/T0001_PersonIdent.java [moved from org.spearce.jgit/tst/org/spearce/jgit/lib_tst/T0001_PersonIdent.java with 99% similarity]
org.spearce.jgit/tst/org/spearce/jgit/lib/T0002_Tree.java [moved from org.spearce.jgit/tst/org/spearce/jgit/lib_tst/T0002_Tree.java with 99% similarity]
org.spearce.jgit/tst/org/spearce/jgit/lib/T0003_Basic.java [moved from org.spearce.jgit/tst/org/spearce/jgit/lib_tst/T0003_Basic.java with 99% similarity]
org.spearce.jgit/tst/org/spearce/jgit/lib/T0004_PackReader.java [moved from org.spearce.jgit/tst/org/spearce/jgit/lib_tst/T0004_PackReader.java with 92% similarity]