[MNG-3821] [MNG-3853] fixing the IT test range.

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian E Fox 2008-12-09 03:06:07 +00:00
parent 4bc3247dfd
commit 32a9e0aa3b
2 changed files with 8 additions and 1 deletions

View File

@ -35,7 +35,13 @@ public class MavenITmng3821EqualPluginExecIdsTest
extends AbstractMavenIntegrationTestCase
{
/**
public MavenITmng3821EqualPluginExecIdsTest()
{
super( "(2.99,)" ); // only test in 3.0+
}
/**
* Verify that using the same id for executions/reportsets of different plugins doesn't blow up the project
* builder.
*/

View File

@ -38,6 +38,7 @@ public class MavenITmng3853ProfileInjectedDistReposTest
public MavenITmng3853ProfileInjectedDistReposTest()
{
super( "(2.99,)" ); // only test in 3.0+
}
/**