Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2016-10-24 18:08:39 +02:00
5 changed files with 0 additions and 9 deletions

View File

@@ -33,7 +33,6 @@ public class JvmUtilsTests {
@Test
public void getToolsJar() throws Exception {
URL jarUrl = JvmUtils.getToolsJarUrl();
// System.out.println(jarUrl);
assertThat(jarUrl.toString()).endsWith(".jar");
assertThat(new File(jarUrl.toURI()).exists()).isTrue();
}