updates to get tests running again

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@384996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-03-11 03:06:36 +00:00
parent 0853f5314d
commit 681539a819
1 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,7 @@ public class ArtifactUtilsTest
Artifact artifact = getArtifactFromPath( testPath );
assertNotNull( "Artifact should be null for short paths", artifact );
assertNull( "Artifact should be null for short paths", artifact );
}
public void testWrongArtifactId()
@ -205,7 +205,6 @@ public class ArtifactUtilsTest
}
private Artifact getArtifactFromPath( String path )
throws ComponentLookupException
{
return ArtifactUtils.buildArtifact( path, factory );
}