mirror of https://github.com/apache/maven.git
o Enabled IT for fixed issue
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@711233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a084783be9
commit
c5eaa8b515
|
@ -73,7 +73,6 @@ public class IntegrationTestSuite
|
|||
/* Tests to be added
|
||||
MavenIT0109ReleaseUpdateTest
|
||||
MavenITmng0612NewestConflictResolverTest
|
||||
MavenITmng3134DistMgmtSiteUrlParentCalculationTest
|
||||
MavenITmng2883LegacyRepoOfflineTest
|
||||
MavenITmng3259DepsDroppedInMultiModuleBuildTest
|
||||
MavenITmng3415JunkRepositoryMetadataTest
|
||||
|
@ -129,6 +128,7 @@ MavenITmng3645POMSyntaxErrorTest
|
|||
suite.addTestSuite( MavenITmng3221InfiniteForkingTest.class );
|
||||
suite.addTestSuite( MavenITmng3268MultipleDashPCommandLineTest.class );
|
||||
suite.addTestSuite( MavenITmng3220ImportScopeTest.class );
|
||||
suite.addTestSuite( MavenITmng3134DistMgmtSiteUrlParentCalculationTest.class );
|
||||
suite.addTestSuite( MavenITmng3106ProfileMultipleActivatorsTest.class );
|
||||
suite.addTestSuite( MavenITmng3099SettingsProfilesWithNoPomTest.class );
|
||||
suite.addTestSuite( MavenITmng3052DepRepoAggregationTest.class );
|
||||
|
|
|
@ -34,6 +34,11 @@ public class MavenITmng3134DistMgmtSiteUrlParentCalculationTest
|
|||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
||||
public MavenITmng3134DistMgmtSiteUrlParentCalculationTest()
|
||||
{
|
||||
super( "(2.0.7,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
* Test DistributionManagement Site-URL calculation when modules are in sibling dirs of parent.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue