o test for MNG-2201

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-01-10 18:43:10 +00:00
parent 1850189aee
commit 98d94d70c0
3 changed files with 4 additions and 8 deletions

View File

@ -10,7 +10,8 @@
<version>1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>maven-it-plugin-context-passing</module>
<module>maven-it-plugin-configuration</module>
<module>maven-it-plugin-context-passing</module>
<module>maven-it-plugin-fork</module>
<module>maven-it-plugin-generate-envar-properties</module>
<module>maven-it-plugin-generate-properties</module>

View File

@ -112,7 +112,7 @@ public static Test suite()
suite.addTestSuite( MavenIT0101Test.class );
suite.addTestSuite( MavenIT0102Test.class );
suite.addTestSuite( MavenIT0103Test.class );
// suite.addTestSuite(MavenIT0104Test.class);
suite.addTestSuite(MavenIT0104Test.class);
suite.addTestSuite( MavenIT0105Test.class );
// suite.addTestSuite(MavenIT0106Test.class);
// suite.addTestSuite(MavenIT0107Test.class);

View File

@ -5,17 +5,12 @@
import java.io.File;
/**
* #it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version.
*/
public class MavenIT0104Test
extends AbstractMavenIntegrationTestCase
{
/**
* Verify that plugin configurations are resolved correctly, particularly
* when they contain ${project.build.directory} in the string value of a
* Map.Entry.
* Verify that plugin configurations are resolved correctly.
*/
public void testit0104()
throws Exception