Repository: maven-integration-testing
Updated Branches:
  refs/heads/master a2777f151 -> 08d73855f


[MNG-5527] Dependency management import should support relocations.


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/08d73855
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/08d73855
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/08d73855

Branch: refs/heads/master
Commit: 08d73855f3f43f8a2dcb5bdae9d72c3876c5ab7f
Parents: a2777f1
Author: Christian Schulte <schu...@apache.org>
Authored: Wed Jun 22 23:52:48 2016 +0200
Committer: Christian Schulte <schu...@apache.org>
Committed: Wed Jun 22 23:54:49 2016 +0200

----------------------------------------------------------------------
 .../MavenITmng5527DependencyManagementImportRelocationsTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/08d73855/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5527DependencyManagementImportRelocationsTest.java
----------------------------------------------------------------------
diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5527DependencyManagementImportRelocationsTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5527DependencyManagementImportRelocationsTest.java
index 1ce7b8f..368f2e7 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5527DependencyManagementImportRelocationsTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5527DependencyManagementImportRelocationsTest.java
@@ -42,7 +42,7 @@ public class 
MavenITmng5527DependencyManagementImportRelocationsTest
         super( "[3.4,)" );
     }
 
-    public void testCanExcludeDependenciesFromImport()
+    public void testCanRelocateDependencyManagementImport()
         throws Exception
     {
         final File testDir = ResourceExtractor.simpleExtractResources( 
getClass(), "/mng-5527/relocations" );

Reply via email to