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:
Benjamin Bentmann 2009-02-22 22:28:52 +00:00
parent afc0f29914
commit b4b0dcd876
2 changed files with 3 additions and 3 deletions

View File

@ -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 );

View File

@ -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+