You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2008/09/13 21:54:24 UTC

svn commit: r695017 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java

Author: sisbell
Date: Sat Sep 13 12:54:24 2008
New Revision: 695017

URL: http://svn.apache.org/viewvc?rev=695017&view=rev
Log:
IT3535: Having self referential properties in Maven 3.0.x doesn't cause the infinite recursion during interpolation that it did in 2.1.x so these can now be allowed for 3.0.x.

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

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java?rev=695017&r1=695016&r2=695017&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java Sat Sep 13 12:54:24 2008
@@ -15,7 +15,7 @@
     public MavenITmng3535SelfReferentialProperties()
         throws InvalidVersionSpecificationException
     {
-        super( "(2.0.99,)" ); // 2.1.0+ only
+        super( "(2.0.99,2.99.99)" );
     }
 
     public void testitMNG3535_ShouldSucceed()



Re: svn commit: r695017 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3535SelfReferentialProperties.java

Posted by Brett Porter <br...@apache.org>.
On 14/09/2008, at 5:54 AM, sisbell@apache.org wrote:

> Author: sisbell
> Date: Sat Sep 13 12:54:24 2008
> New Revision: 695017
>
> URL: http://svn.apache.org/viewvc?rev=695017&view=rev
> Log:
> IT3535: Having self referential properties in Maven 3.0.x doesn't  
> cause the infinite recursion during interpolation that it did in  
> 2.1.x so these can now be allowed for 3.0.x.

Does this mean there should be an additional IT in here that verifies  
that they are handled in some particular way instead?

It'd be good to also put this comment in the test so that the versions  
aren't changed by mistake later.

- Brett

--
Brett Porter
brett@apache.org
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org