Gradle, test reports: NewMultiplatformIT.testJavaSupportInJvmTargets
"check" task, now creates aggregate report for all gradle versions, so this test is affected too
This commit is contained in:
+1
-1
@@ -377,7 +377,7 @@ class NewMultiplatformIT : BaseGradleIT() {
|
||||
|
||||
val jvmTestTaskName = if (testJavaSupportInJvmTargets) "jvm6Test" else "test"
|
||||
assertTasksExecuted(":$jvmTestTaskName")
|
||||
assertFileExists("build/reports/tests/$jvmTestTaskName/classes/com.example.lib.JavaTest.html")
|
||||
assertFileExists("build/reports/tests/allTests/classes/com.example.lib.JavaTest.html")
|
||||
|
||||
if (testJavaSupportInJvmTargets) {
|
||||
assertNotContains(KotlinJvmWithJavaTargetPreset.DEPRECATION_WARNING)
|
||||
|
||||
Reference in New Issue
Block a user