Rename test classes to match same pattern
commitde9f4b6de78523ed6992919880013e9ce877e1d2
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 11 May 2009 23:00:14 +0000 (12 01:00 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 12 May 2009 02:04:59 +0000 (11 19:04 -0700)
tree8d5ca7f4dc822be72eb6cb7ff18d8995447b6350
parenta128cb3434d12fb314657e6f69f8ee0315b14b8b
Rename test classes to match same pattern

Fixing bug 75 (http://code.google.com/p/egit/issues/detail?id=75). If
all concrete test classes follow class name pattern **/*Test.java and
all abstract test classes **/*TestCase.java it is easier to run tests
with ant.

Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.test/tst/org/spearce/jgit/lib/PackIndexTestCase.java [moved from org.spearce.jgit.test/tst/org/spearce/jgit/lib/PackIndexTest.java with 98% similarity]
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/transport/RefSpecTest.java [moved from org.spearce.jgit.test/tst/org/spearce/jgit/transport/RefSpecTestCase.java with 99% similarity]