mirror of
https://github.com/apache/archiva.git
synced 2025-03-07 00:49:49 +00:00
test method is required
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
021411ed6e
commit
fa8cb17019
@ -37,11 +37,10 @@
|
||||
public class MavenProjectInfoReportsPluginDependencyGraphTest
|
||||
extends AbstractDependencyGraphFactoryTestCase
|
||||
{
|
||||
|
||||
/* TODO: Can't test a snapshot dependency from the repository
|
||||
public void testResolvedDepsToNodes()
|
||||
throws GraphTaskException
|
||||
{
|
||||
/* TODO: Can't test a snapshot dependency from the repository
|
||||
MemoryRepositoryDependencyGraphBuilder graphBuilder =
|
||||
new MemoryRepositoryDependencyGraphBuilder();
|
||||
MemoryRepository repository = new MavenProjectInfoReportsPluginMemoryRepository();
|
||||
@ -136,7 +135,7 @@ public void testResolvedDepsToNodes()
|
||||
expectedNodes.add( "xml-apis:xml-apis:1.0.b2::jar" );
|
||||
|
||||
assertGraph( graph, expectedRootRef, expectedNodes );
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user