mirror of https://github.com/apache/archiva.git
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:
parent
0853f5314d
commit
681539a819
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue