You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/07/15 20:19:31 UTC

svn commit: r676996 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests: MavenITmng3502Xpp3ShadingTest.java MavenITmng3503Xpp3ShadingTest.java

Author: jdcasey
Date: Tue Jul 15 11:19:31 2008
New Revision: 676996

URL: http://svn.apache.org/viewvc?rev=676996&view=rev
Log:
Correct the mng id.

Added:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3503Xpp3ShadingTest.java
      - copied, changed from r676987, maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3502Xpp3ShadingTest.java
Removed:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3502Xpp3ShadingTest.java

Copied: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3503Xpp3ShadingTest.java (from r676987, maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3502Xpp3ShadingTest.java)
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3503Xpp3ShadingTest.java?p2=maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3503Xpp3ShadingTest.java&p1=maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3502Xpp3ShadingTest.java&r1=676987&r2=676996&rev=676996&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3502Xpp3ShadingTest.java (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3503Xpp3ShadingTest.java Tue Jul 15 11:19:31 2008
@@ -37,21 +37,21 @@
  * @author jdcasey
  * 
  */
-public class MavenITmng3502Xpp3ShadingTest
+public class MavenITmng3503Xpp3ShadingTest
     extends AbstractMavenIntegrationTestCase
 {
-    public MavenITmng3502Xpp3ShadingTest()
+    public MavenITmng3503Xpp3ShadingTest()
         throws InvalidVersionSpecificationException
     {
         super( "(2.0.9,)" ); // only test in 2.0.9+
     }
 
-    public void testitMNG3502a ()
+    public void testitMNG3503 ()
         throws Exception
     {
         // The testdir is computed from the location of this
         // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3502-xpp3Shading" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3503-xpp3Shading" );
 
         Verifier verifier;