Rename T0008_testparserev to RepositoryResolveTest

Calling it by the old numerical numbering system makes it really
hard to find the test that tests Repository.resolve(String).

Change-Id: I92d0ecbc8d66ce21bfed08888eeedf1300ffa594
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce 2010-08-24 16:45:53 -07:00
parent 401d3b2cc1
commit c59e3a493b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
import java.io.IOException;
public class T0008_testparserev extends SampleDataRepositoryTestCase {
public class RepositoryResolveTest extends SampleDataRepositoryTestCase {
public void testObjectId_existing() throws IOException {
assertEquals("49322bb17d3acc9146f98c97d078513228bbf3c0",db.resolve("49322bb17d3acc9146f98c97d078513228bbf3c0").name());