Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7143d9b

Browse filesBrowse files
belingueresrfscholte
authored andcommitted
Test failure in CommandlineTest#testExecuteBinaryOnPath with Maven 3.5.4 or later (#50)
1 parent 571340b commit 7143d9b
Copy full SHA for 7143d9b

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎src/test/java/org/codehaus/plexus/util/cli/CommandlineTest.java

Copy file name to clipboardExpand all lines: src/test/java/org/codehaus/plexus/util/cli/CommandlineTest.java
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public void testExecuteBinaryOnPath()
103103
assertTrue( out.contains( "Apache Maven" ) );
104104
assertTrue( out.contains( "Maven home:" ) );
105105
assertTrue( out.contains( "Java version:" ) );
106-
assertTrue( out.contains( "Java home:" ) );
107106
}
108107
catch ( Exception e )
109108
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.