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

Commit 1160896f authored by Edgar Wang's avatar Edgar Wang
Browse files

Enable ignored test cases of MainClearTest

UserManager interface changed, we need to handle it in ShadowUserManager

Bug: 204031530
Change-Id: Ieef930a5aff91f331d580752d3ebce9a4b500d27
Test: robotest
parent 5c37adbc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ import com.android.settingslib.development.DevelopmentSettingsEnabler;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -209,7 +208,6 @@ public class MainClearTest {
    }

    @Test
    @Ignore
    public void testShowWipeEuicc_euiccEnabled_unprovisioned() {
        prepareEuiccState(
                true /* isEuiccEnabled */,
@@ -228,7 +226,6 @@ public class MainClearTest {
    }

    @Test
    @Ignore
    public void testShowWipeEuicc_developerMode_unprovisioned() {
        prepareEuiccState(
                true /* isEuiccEnabled */,