Repository: maven-integration-testing Updated Branches: refs/heads/DEPMGMT 88d23a12f -> 3af028d2c (forced update)
Fix incomplete class renaming 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/f6ad6509 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/f6ad6509 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/f6ad6509 Branch: refs/heads/DEPMGMT Commit: f6ad6509ee5e5f95ec84f30dd375c682ff48fb21 Parents: 0bd4395 Author: Michael Osipov <[email protected]> Authored: Sat Feb 4 13:14:48 2017 +0100 Committer: Michael Osipov <[email protected]> Committed: Sat Feb 4 13:14:48 2017 +0100 ---------------------------------------------------------------------- .../maven/it/MavenITmng3268MultipleHyphenPCommandLineTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/f6ad6509/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..06caec0 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 @@ -26,14 +26,14 @@ import java.io.File; /** * This is a test set for <a href="https://issues.apache.org/jira/browse/MNG-3268">MNG-3268</a>. - * + * * @version $Id$ */ public class MavenITmng3268MultipleHyphenPCommandLineTest extends AbstractMavenIntegrationTestCase { - public MavenITmng3268MultipleDashPCommandLineTest() + public MavenITmng3268MultipleHyphenPCommandLineTest() { super( "(2.0.9,)" ); }
