Author: bentmann
Date: Fri Nov  7 10:56:02 2008
New Revision: 712223

URL: http://svn.apache.org/viewvc?rev=712223&view=rev
Log:
o Fixed typo

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

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3821EqualPluginExecIdsTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3821EqualPluginExecIdsTest.java?rev=712223&r1=712222&r2=712223&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3821EqualPluginExecIdsTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3821EqualPluginExecIdsTest.java
 Fri Nov  7 10:56:02 2008
@@ -39,7 +39,7 @@
      * Verify that using the same id for executions/reportsets of different 
plugins doesn't blow up the project
      * builder.
      */
-    public void testitMNG3818()
+    public void testitMNG3821()
         throws Exception
     {
         File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/mng-3821" );


Reply via email to