From e8be5b4b0beaa327ddad3e5962c6f8f241c84953 Mon Sep 17 00:00:00 2001 From: "Alexander.Likhachev" Date: Thu, 25 Jan 2024 13:45:44 +0100 Subject: [PATCH] [Gradle] Fix "lib with tests" tests The tests `NewMultiplatformIT.testLibWithTests` and `NewMultiplatformIT.testLibWithTestsKotlinDsl` were broken for a while, but this was unnoticed because of the TC bug. Java targets were removed from the test project in 34f4e3cbf6d1e0a684a6f234c061282cf9c4988b. The fix just removes the Java target tests from the expected test report. --- .../new-mpp-lib-with-tests/TEST-all.xml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-lib-with-tests/TEST-all.xml b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-lib-with-tests/TEST-all.xml index 34c86582818..54a873d9759 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-lib-with-tests/TEST-all.xml +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-lib-with-tests/TEST-all.xml @@ -7,13 +7,6 @@ - - - - - - - @@ -21,23 +14,11 @@ - - - - - - - - - - - -