mirror of https://github.com/apache/archiva.git
clean up some comments that aren't needed
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@885321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ff777a898a
commit
112223260e
|
@ -182,7 +182,6 @@ public class SearchServiceImplTest
|
|||
assertEquals( "repo1.mirror", artifact.getRepositoryId() );
|
||||
}
|
||||
|
||||
// returned model is null!
|
||||
public void testQuickSearchDefaultPackagingIsUsed()
|
||||
throws Exception
|
||||
{
|
||||
|
@ -339,8 +338,6 @@ public class SearchServiceImplTest
|
|||
assertEquals( 0, artifacts.size() );
|
||||
}
|
||||
|
||||
/* query artifact by checksum */
|
||||
|
||||
public void testGetArtifactByChecksum()
|
||||
throws Exception
|
||||
{
|
||||
|
@ -470,13 +467,13 @@ public class SearchServiceImplTest
|
|||
public void testGetArtifactVersionsByDateArtifactExists()
|
||||
throws Exception
|
||||
{
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
||||
public void testGetArtifactVersionsByDateArtifactDoesNotExist()
|
||||
throws Exception
|
||||
{
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
||||
public void testGetDependenciesArtifactExists()
|
||||
|
|
Loading…
Reference in New Issue