Closes gh-9103
This commit is contained in:
Johnny Lim
2017-05-05 03:00:40 +09:00
committed by Stephane Nicoll
parent 068c52b725
commit 53e5d67cde
15 changed files with 20 additions and 20 deletions

View File

@@ -128,7 +128,7 @@ public class HandlerTests {
}
@Test
public void hashcodesAreEqualForUrlsThatReferenceSameFileViaNestedArchiveAndFromRootOfJar()
public void hashCodesAreEqualForUrlsThatReferenceSameFileViaNestedArchiveAndFromRootOfJar()
throws MalformedURLException {
assertThat(this.handler
.hashCode(new URL("jar:file:/test.jar!/BOOT-INF/classes!/foo.txt")))