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:
Brett Porter 2009-11-30 03:17:05 +00:00
parent ff777a898a
commit 112223260e
1 changed files with 2 additions and 5 deletions

View File

@ -182,7 +182,6 @@ public class SearchServiceImplTest
assertEquals( "repo1.mirror", artifact.getRepositoryId() ); assertEquals( "repo1.mirror", artifact.getRepositoryId() );
} }
// returned model is null!
public void testQuickSearchDefaultPackagingIsUsed() public void testQuickSearchDefaultPackagingIsUsed()
throws Exception throws Exception
{ {
@ -339,8 +338,6 @@ public class SearchServiceImplTest
assertEquals( 0, artifacts.size() ); assertEquals( 0, artifacts.size() );
} }
/* query artifact by checksum */
public void testGetArtifactByChecksum() public void testGetArtifactByChecksum()
throws Exception throws Exception
{ {
@ -470,13 +467,13 @@ public class SearchServiceImplTest
public void testGetArtifactVersionsByDateArtifactExists() public void testGetArtifactVersionsByDateArtifactExists()
throws Exception throws Exception
{ {
// TODO
} }
public void testGetArtifactVersionsByDateArtifactDoesNotExist() public void testGetArtifactVersionsByDateArtifactDoesNotExist()
throws Exception throws Exception
{ {
// TODO
} }
public void testGetDependenciesArtifactExists() public void testGetDependenciesArtifactExists()