1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Test fix.

This commit is contained in:
Cedric Beust 2016-01-02 10:44:50 -08:00
parent d139fcf17b
commit 08bb03889d

View file

@ -125,6 +125,7 @@ public class DownloadTest @Inject constructor(
val url = repoResult.hostConfig.url + jarFile val url = repoResult.hostConfig.url + jarFile
val metadataXmlPath = dep.toMetadataXmlPath(false, false, "0.1-SNAPSHOT") val metadataXmlPath = dep.toMetadataXmlPath(false, false, "0.1-SNAPSHOT")
.replace("\\", "/")
Assert.assertEquals(metadataXmlPath, "org/jetbrains/spek/spek/0.1-SNAPSHOT/maven-metadata.xml") Assert.assertEquals(metadataXmlPath, "org/jetbrains/spek/spek/0.1-SNAPSHOT/maven-metadata.xml")
Assert.assertTrue(Kurl(HostConfig(url)).exists, "Should exist: $url") Assert.assertTrue(Kurl(HostConfig(url)).exists, "Should exist: $url")