You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/01/01 17:13:44 UTC

maven-integration-testing git commit: fixed little mistake in c09aaa35

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master c09aaa355 -> b5ce3a632


fixed little mistake in c09aaa35

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/b5ce3a63
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/b5ce3a63
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/b5ce3a63

Branch: refs/heads/master
Commit: b5ce3a6327a6ea4c49cb1de8af761ed3dd056519
Parents: c09aaa3
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Jan 1 17:13:41 2016 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Fri Jan 1 17:13:41 2016 +0100

----------------------------------------------------------------------
 .../maven/it/MavenITmng3268MultipleHyphenPCommandLineTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/b5ce3a63/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3268MultipleHyphenPCommandLineTest.java
----------------------------------------------------------------------
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3268MultipleHyphenPCommandLineTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3268MultipleHyphenPCommandLineTest.java
index 1237c1e..aa72fd1 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3268MultipleHyphenPCommandLineTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3268MultipleHyphenPCommandLineTest.java
@@ -33,7 +33,7 @@ public class MavenITmng3268MultipleHyphenPCommandLineTest
     extends AbstractMavenIntegrationTestCase
 {
 
-    public MavenITmng3268MultipleDashPCommandLineTest()
+    public MavenITmng3268MultipleHyphenPCommandLineTest()
     {
         super( "(2.0.9,)" );
     }