mirror of https://github.com/apache/maven.git
o Added *Test suffix to class name
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@746839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
afc0f29914
commit
b4b0dcd876
|
@ -217,7 +217,7 @@ public class IntegrationTestSuite
|
|||
suite.addTestSuite( MavenITmng3217InterPluginDependencyTest.class );
|
||||
suite.addTestSuite( MavenITmng3106ProfileMultipleActivatorsTest.class );
|
||||
suite.addTestSuite( MavenITmng3099SettingsProfilesWithNoPomTest.class );
|
||||
suite.addTestSuite( MavenITmng3057VersionExprTransformations.class );
|
||||
suite.addTestSuite( MavenITmng3057VersionExprTransformationsTest.class );
|
||||
suite.addTestSuite( MavenITmng3052DepRepoAggregationTest.class );
|
||||
suite.addTestSuite( MavenITmng3023ReactorDependencyResolutionTest.class );
|
||||
suite.addTestSuite( MavenITmng3012CoreClassImportTest.class );
|
||||
|
|
|
@ -42,11 +42,11 @@ import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
|
|||
* @author jdcasey
|
||||
*
|
||||
*/
|
||||
public class MavenITmng3057VersionExprTransformations
|
||||
public class MavenITmng3057VersionExprTransformationsTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
||||
public MavenITmng3057VersionExprTransformations()
|
||||
public MavenITmng3057VersionExprTransformationsTest()
|
||||
{
|
||||
// TODO: port to 3.x
|
||||
super( "[2.1.0,)" ); // only test in 2.1.0+
|
Loading…
Reference in New Issue