mirror of https://github.com/apache/maven.git
Mercury repo system impl - enhanced UT for resolved tree
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@760983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86dbe01590
commit
c1dccef19a
|
@ -90,12 +90,5 @@ public class MercuryRepositorySystemTest
|
|||
|
||||
assertFalse( nodes.contains( new MetadataGraphNode( MercuryAdaptor.toMavenArtifactMetadata( new ArtifactMetadata( "asm:asm-parent:3.0" ) ) ) ) );
|
||||
|
||||
// for( Artifact a : as )
|
||||
// {
|
||||
// assertTrue( a.getFile().exists() );
|
||||
//
|
||||
// System.out.println( a.getFile().getCanonicalPath()+ " : "+ a.getFile().length()+" bytes");
|
||||
// }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue