[MRM-469] Test failure in MavenProjectInfoReportsPluginDependencyGraphTest in archiva-dependency-graph

Re-enabled Test Case.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-09-24 18:22:55 +00:00
parent 55b8953081
commit 268c98bf4e
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public class MavenProjectInfoReportsPluginDependencyGraphTest
expectedNodes.add( "xerces:xmlParserAPIs:2.2.1::jar" );
expectedNodes.add( "xml-apis:xml-apis:1.0.b2::jar" );
//assertGraph( graph, expectedRootRef, expectedNodes );
assertGraph( graph, expectedRootRef, expectedNodes );
}
}