From ae0d9436d33c418e6ab477e50509d5c5e40b3beb Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Thu, 27 Mar 2008 22:40:22 +0000 Subject: [PATCH] Adding 3355 to test suite. git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@642013 13f79535-47bb-0310-9956-ffa450edef68 --- .../maven/integrationtests/IntegrationTestSuite.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java index c80cab6315..d19e3ab6a9 100644 --- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java +++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java @@ -75,6 +75,7 @@ public class IntegrationTestSuite // suite.addTestSuite( MavenITmng3391ImportScopeErrorScenariosTest.class ); suite.addTestSuite( MavenITmng3372DirectInvocationOfPlugins.class ); + suite.addTestSuite( MavenITmng3355TranslatedPathInterpolationTest.class ); suite.addTestSuite( MavenITmng3341MetadataUpdatedFromDeploymentRepositoryTest.class ); suite.addTestSuite( MavenITmng3331ModulePathNormalization.class ); suite.addTestSuite( MavenITmng3220ImportScopeTest.class ); @@ -183,7 +184,7 @@ public class IntegrationTestSuite suite.addTestSuite( MavenIT0023Test.class ); suite.addTestSuite( MavenIT0022Test.class ); suite.addTestSuite( MavenIT0021Test.class ); - + suite.addTestSuite( MavenIT0019Test.class ); suite.addTestSuite( MavenIT0017Test.class ); @@ -215,8 +216,8 @@ public class IntegrationTestSuite // Tests that need to be fixed. // ---------------------------------------------------------------------------------------------------- /* - *Test 18 always fails because it is trying to delete a - *commonly used artifact (commons-logging-1.0.3) that is in use + *Test 18 always fails because it is trying to delete a + *commonly used artifact (commons-logging-1.0.3) that is in use *in the repo. It should be redone using fake artifacts. */ //suite.addTestSuite( MavenIT0018Test.class );