mirror of https://github.com/apache/maven.git
[MNG-4436] [regression] Singleton components can get instantianted multiple times
o Enabled IT git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@834991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95176f6281
commit
1083ef52c3
|
@ -85,7 +85,7 @@ public class IntegrationTestSuite
|
|||
// suite.addTestSuite( MavenIT0109ReleaseUpdateTest.class );
|
||||
// suite.addTestSuite( MavenIT0108SnapshotUpdateTest.class ); -- MNG-3137
|
||||
|
||||
// suite.addTestSuite( MavenITmng4436SingletonComponentLookupTest.class );
|
||||
suite.addTestSuite( MavenITmng4436SingletonComponentLookupTest.class );
|
||||
suite.addTestSuite( MavenITmng4433ForceParentSnapshotUpdateTest.class );
|
||||
suite.addTestSuite( MavenITmng4430DistributionManagementStatusTest.class );
|
||||
suite.addTestSuite( MavenITmng4429CompRequirementOnNonDefaultImplTest.class );
|
||||
|
|
Loading…
Reference in New Issue