[Gradle][MPP] Adjust CommonizerHierarchicalIT for published cinteorp metadata

^KT-46198
This commit is contained in:
sebastian.sellmair
2021-10-21 14:43:45 +02:00
committed by Space
parent 5f125006f7
commit 911110188e
@@ -107,11 +107,11 @@ class CommonizerHierarchicalIT : BaseGradleIT() {
assertTasksExecuted(":p3:commonizeCInterop") assertTasksExecuted(":p3:commonizeCInterop")
/* /*
Commonized C-Interops are not published or forwarded to other Gradle projects. Before we published commonized cinterops, the compiler would emit a warning like
The missing dependency will be ignored by the metadata compiler. `"w: Could not find \"commonizeHierarchicallyMultiModule:p1-cinterop-withPosix\" in "`
We still expect a warning being printed. Since commonized cinterops are published now, we expect no such 'Could not find' message anymore
*/ */
assertContains("w: Could not find \"commonizeHierarchicallyMultiModule:p1-cinterop-withPosix\" in ") assertNotContains("Could not find")
} }
} }
} }