You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/11/01 17:23:02 UTC

svn commit: r709723 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java

Author: bentmann
Date: Sat Nov  1 09:23:01 2008
New Revision: 709723

URL: http://svn.apache.org/viewvc?rev=709723&view=rev
Log:
o Removed check which was related to class path ordering (plugin class path order is now verified by a dedicated IT for MNG-3813)

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java?rev=709723&r1=709722&r2=709723&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0086Test.java Sat Nov  1 09:23:01 2008
@@ -48,7 +48,6 @@
         assertNotNull( pclProps.getProperty( "org.apache.maven.plugin.coreit.ClassA" ) );
         assertNotNull( pclProps.getProperty( "org.apache.maven.plugin.coreit.ClassB" ) );
         assertNotNull( pclProps.getProperty( "org.apache.maven.plugin.coreit.SomeClass" ) );
-        assertEquals( "methodB", pclProps.getProperty( "org.apache.maven.plugin.coreit.SomeClass.methods" ) );
         assertNotNull( pclProps.getProperty( "org/apache/maven/plugin/coreit/a.properties" ) );
         assertEquals( "1", pclProps.getProperty( "org/apache/maven/plugin/coreit/a.properties.count" ) );
         assertNotNull( pclProps.getProperty( "org/apache/maven/plugin/coreit/b.properties" ) );