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/09/21 15:05:12 UTC

svn commit: r697505 - /maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-sample/src/test/java/org/apache/maven/integrationtests/MavenITmngXXXXDescriptionOfProblemTest.java

Author: bentmann
Date: Sun Sep 21 06:05:12 2008
New Revision: 697505

URL: http://svn.apache.org/viewvc?rev=697505&view=rev
Log:
o Decoupled from maven-artifact

Modified:
    maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-sample/src/test/java/org/apache/maven/integrationtests/MavenITmngXXXXDescriptionOfProblemTest.java

Modified: maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-sample/src/test/java/org/apache/maven/integrationtests/MavenITmngXXXXDescriptionOfProblemTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-sample/src/test/java/org/apache/maven/integrationtests/MavenITmngXXXXDescriptionOfProblemTest.java?rev=697505&r1=697504&r2=697505&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-sample/src/test/java/org/apache/maven/integrationtests/MavenITmngXXXXDescriptionOfProblemTest.java (original)
+++ maven/core-integration-testing/trunk/core-integration-tests-support/maven-integration-test-sample/src/test/java/org/apache/maven/integrationtests/MavenITmngXXXXDescriptionOfProblemTest.java Sun Sep 21 06:05:12 2008
@@ -23,7 +23,6 @@
 import java.util.ArrayList;
 import java.util.List;
 
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
 import org.apache.maven.it.Verifier;
 import org.apache.maven.it.util.ResourceExtractor;
 
@@ -44,7 +43,6 @@
     extends AbstractMavenIntegrationTestCase
 {
     public MavenITmngXXXXDescriptionOfProblemTest()
-        throws InvalidVersionSpecificationException
     {
         super( "(2.0.8,)" ); // only test in 2.0.9+
     }