Fix test name for multiModulesHmpp project
^KT-48696 Fixed
This commit is contained in:
+1
-2
@@ -211,9 +211,8 @@ class HierarchicalMppIT : BaseGradleIT() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we tested the build of the sample multimodules project we could catch KT-48370 at an earlier stage.
|
|
||||||
@Test
|
@Test
|
||||||
fun testMultiModulesHmpp() = with(Project("hierarchical-mpp-multi-modules", GradleVersionRequired.FOR_MPP_SUPPORT)) {
|
fun testMultiModulesHmppKt48370() = with(Project("hierarchical-mpp-multi-modules", GradleVersionRequired.FOR_MPP_SUPPORT)) {
|
||||||
build("assemble", options = defaultBuildOptions().copy(parallelTasksInProject = true)) {
|
build("assemble", options = defaultBuildOptions().copy(parallelTasksInProject = true)) {
|
||||||
assertSuccessful()
|
assertSuccessful()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user