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

Commit e16f54e2 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Automerger Merge Worker
Browse files

Merge "Fix AnimationLib Test not running in presubmit" into tm-qpr-dev am: 18b4a499

parents e8339fbc 18b4a499
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -44,23 +44,3 @@ android_library {
    manifest: "AndroidManifest.xml",
    kotlincflags: ["-Xjvm-default=all"],
}

android_test {
    name: "SystemUIAnimationLibTests",

    static_libs: [
        "SystemUIAnimationLib",
        "androidx.test.ext.junit",
        "androidx.test.rules",
        "testables",
    ],
    libs: [
        "android.test.base",
    ],
    srcs: [
        "**/*.java",
        "**/*.kt",
    ],
    kotlincflags: ["-Xjvm-default=all"],
    test_suites: ["general-tests"],
}
+0 −7
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "SystemUIAnimationLibTests"
    }
  ]
}
+2 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package com.android.systemui.animation

import androidx.test.filters.SmallTest
import com.android.systemui.SysuiTestCase
import java.lang.reflect.Modifier
import junit.framework.Assert.assertEquals
import org.junit.Test
@@ -25,7 +26,7 @@ import org.junit.runners.JUnit4

@SmallTest
@RunWith(JUnit4::class)
class InterpolatorsAndroidXTest {
class InterpolatorsAndroidXTest : SysuiTestCase() {

    @Test
    fun testInterpolatorsAndInterpolatorsAndroidXPublicMethodsAreEqual() {