You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/02/21 07:03:55 UTC

svn commit: r379361 - in /maven/components/branches/maven-2.0.x/maven-core-it: README.txt integration-tests.txt it0090/ it0091/ it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java

Author: brett
Date: Mon Feb 20 22:03:53 2006
New Revision: 379361

URL: http://svn.apache.org/viewcvs?rev=379361&view=rev
Log:
merge r379356, 379357 and 379359 from trunk

Modified:
    maven/components/branches/maven-2.0.x/maven-core-it/README.txt
    maven/components/branches/maven-2.0.x/maven-core-it/integration-tests.txt
    maven/components/branches/maven-2.0.x/maven-core-it/it0090/   (props changed)
    maven/components/branches/maven-2.0.x/maven-core-it/it0091/   (props changed)
    maven/components/branches/maven-2.0.x/maven-core-it/it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java

Modified: maven/components/branches/maven-2.0.x/maven-core-it/README.txt
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/README.txt?rev=379361&r1=379360&r2=379361&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/README.txt (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it/README.txt Mon Feb 20 22:03:53 2006
@@ -244,6 +244,14 @@
 
 it0089: Test that Checkstyle PackageNamesLoader.loadModuleFactory(..) method will complete as-is with
         the context classloader available to the plugin.
+       
+it0090: Test that ensures that envars are interpolated correctly into plugin
+        configurations.
+
+it0091: Test that currently demonstrates that properties are not correctly
+        interpolated into other areas in the POM. This may strictly be a boolean
+        problem: I captured the problem as it was reported.
+
 -------------------------------------------------------------------------------
 
 - generated sources

Modified: maven/components/branches/maven-2.0.x/maven-core-it/integration-tests.txt
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/integration-tests.txt?rev=379361&r1=379360&r2=379361&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/integration-tests.txt (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it/integration-tests.txt Mon Feb 20 22:03:53 2006
@@ -1,3 +1,5 @@
+# it0091 currrently fails. Not sure if there is an associated JIRA.
+it0090
 it0089
 it0088
 it0087

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0090/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 20 22:03:53 2006
@@ -0,0 +1,2 @@
+target
+log.txt

Propchange: maven/components/branches/maven-2.0.x/maven-core-it/it0091/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Feb 20 22:03:53 2006
@@ -0,0 +1,3 @@
+target
+log.txt
+

Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java?rev=379361&r1=379360&r2=379361&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java Mon Feb 20 22:03:53 2006
@@ -17,7 +17,7 @@
         basedir = System.getProperty( "basedir" );
     }
 
-    public void xtestProjectBuildDirectoryAfterForMojoExecution()
+    public void testProjectBuildDirectoryAfterForMojoExecution()
         throws Exception
     {
         Properties testProperties = new Properties();