Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6fa15e0a authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #9104 from shamim-emon/fix-issue-9103

Refactor: Delete legacy:testing module and all it's references
parents b87c0405 7112f88b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ dependencies {
    testImplementation(projects.backend.imap)
    testImplementation(projects.mail.protocols.smtp)
    testImplementation(projects.legacy.storage)
    testImplementation(projects.legacy.testing)

    testImplementation(libs.kotlin.test)
    testImplementation(libs.kotlin.reflect)
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ dependencies {
    implementation(libs.moshi)

    testImplementation(projects.mail.testing)
    testImplementation(projects.legacy.testing)
    testImplementation(projects.feature.telemetry.noop)
    testImplementation(libs.robolectric)
    testImplementation(libs.commons.io)

legacy/testing/build.gradle.kts

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
plugins {
    id(ThunderbirdPlugins.Library.android)
}

dependencies {

    implementation(projects.legacy.core)
    api(projects.core.android.testing)

    api(libs.koin.core)
    api(libs.mockito.core)
    api(libs.mockito.kotlin)
}

android {
    namespace = "com.fsck.k9.testing"
}
+1 −1
Original line number Diff line number Diff line
@@ -70,9 +70,9 @@ dependencies {
    // This is necessary as RecipientPresenterTest fails to inject
    testImplementation(projects.legacy.common)
    testImplementation(projects.core.testing)
    testImplementation(projects.core.android.testing)
    testImplementation(projects.mail.testing)
    testImplementation(projects.legacy.storage)
    testImplementation(projects.legacy.testing)
    testImplementation(projects.feature.telemetry.noop)
    testImplementation(libs.robolectric)
    testImplementation(libs.androidx.test.core)
+0 −1
Original line number Diff line number Diff line
@@ -166,7 +166,6 @@ include(
    ":legacy:message",
    ":legacy:search",
    ":legacy:storage",
    ":legacy:testing",
    ":legacy:ui:base",
    ":legacy:ui:folder",
    ":legacy:ui:legacy",