Skip to content

Commit

Permalink
Merge pull request #3796 from jvz/patch-1
Browse files Browse the repository at this point in the history
Improve test assertion
  • Loading branch information
batmat committed Dec 10, 2018
2 parents c18bb84 + 3709fc1 commit d60a544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test/java/hudson/tasks/MavenTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public void parametersReferencedFromPropertiesShouldRetainBackslashes() throws E
@Test public void testNullHome() {
EnvVars env = new EnvVars();
new MavenInstallation("_", "", Collections.<ToolProperty<?>>emptyList()).buildEnvVars(env);
assertEquals("{}", env.toString());
assertTrue(env.isEmpty());
}

@Issue("JENKINS-26684")
Expand Down

0 comments on commit d60a544

Please sign in to comment.