Author: bentmann Date: Fri May 8 11:34:47 2009 New Revision: 772946 URL: http://svn.apache.org/viewvc?rev=772946&view=rev Log: o Removed duplicate test
Removed: maven/components/branches/MNG-2766/maven-core/src/test/resources-project-builder/dependencies-with-different-versions/ Modified: maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java Modified: maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java?rev=772946&r1=772945&r2=772946&view=diff ============================================================================== --- maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java (original) +++ maven/components/branches/MNG-2766/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java Fri May 8 11:34:47 2009 @@ -176,13 +176,6 @@ } */ - /*MNG-3803*/ - public void testDependenciesWithDifferentVersions() - throws Exception - { - PomTestWrapper pom = buildPom( "dependencies-with-different-versions" ); - assertEquals( 1, ( (List<?>) pom.getValue( "dependencies" ) ).size() ); - } /* MNG-3567*/ public void testParentInterpolation()