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:
Oleg Gusakov 2009-04-01 17:51:07 +00:00
parent 86dbe01590
commit c1dccef19a
1 changed files with 0 additions and 7 deletions

View File

@ -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");
// }
}
}