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

Test for dependent projects.

This commit is contained in:
Cedric Beust 2016-05-01 08:49:20 -07:00
parent 5f475f0248
commit e2a5e315e6

View file

@ -15,7 +15,7 @@ import java.util.jar.JarInputStream
class VerifyKobaltZipTest : KobaltTest() {
private fun verifyMainJarFile(ins: InputStream) {
assertExistsInJarInputStream(JarInputStream(ins), "com/beust/kobalt/MainKt.class",
"templates/kobaltPlugin/kobaltPlugin.jar")
"templates/kobaltPlugin/kobaltPlugin.jar", "com/beust/kobaltArgs.class")
}
@Test
fun verifySourceJarFile() {