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

Commit 8890329f authored by John Wu's avatar John Wu
Browse files

Enable passing tests in SystemUiRavenTests

Ravenwood recently added Drawables support, so re-run the test toggling
script to see what's newly supported. Annotations added with script.

Bug: 319647875
Flag: EXEMPT host side change only
Test: atest SystemUiRavenTests
Change-Id: Iee01a2b2ce93be74483caff3999b4830ff8f4442
parent 947d0ad8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ import org.junit.runner.RunWith;

@SmallTest
@RunWith(AndroidJUnit4.class)
@android.platform.test.annotations.EnabledOnRavenwood
public class BatteryMeterDrawableTest extends SysuiTestCase {

    private Resources mResources;
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ import org.mockito.kotlin.verify

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class ActionCornerInteractorTest : SysuiTestCase() {
    private val kosmos = testKosmos().useUnconfinedTestDispatcher()
    private val Kosmos.actionCornerRepository by Fixture { FakeActionCornerRepository() }
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ import org.junit.runner.RunWith

@RunWith(AndroidJUnit4::class)
@SmallTest
@android.platform.test.annotations.EnabledOnRavenwood
class AmbientCueViewModelTest : SysuiTestCase() {
    private val kosmos = testKosmos()
    private val viewModel = kosmos.ambientCueViewModelFactory.create()
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class AccessorizedBatteryDrawableTest : SysuiTestCase() {
    @Test
    fun intrinsicSize_shieldFalse_isBatterySize() {
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class CanUseIconPredicateTest : SysuiTestCase() {

    private companion object {
Loading