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

Commit a442405a authored by jeffreyhuang's avatar jeffreyhuang
Browse files

Move password test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I37c5df89dc4236a7d225c4802bf4195f2fd943b7
parent 04a025c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ import java.util.regex.Pattern;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(
        manifest = TestConfig.MANIFEST_PATH,
        sdk = TestConfig.SDK_VERSION,
        sdk = TestConfig.SDK_VERSION_O,
        shadows = {
                SettingsShadowResources.class
        })
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ import org.robolectric.shadows.ShadowActivity.IntentForResult;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(
        manifest = TestConfig.MANIFEST_PATH,
        sdk = TestConfig.SDK_VERSION,
        sdk = TestConfig.SDK_VERSION_O,
        shadows = {
                ShadowUserManager.class,
                ShadowUtils.class
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ import org.robolectric.util.FragmentTestUtil;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(
        manifest = TestConfig.MANIFEST_PATH,
        sdk = TestConfig.SDK_VERSION,
        sdk = TestConfig.SDK_VERSION_O,
        shadows = {
                ShadowEventLogWriter.class,
                ShadowUserManager.class,
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import org.robolectric.annotation.Config;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(
        manifest = TestConfig.MANIFEST_PATH,
        sdk = TestConfig.SDK_VERSION,
        sdk = TestConfig.SDK_VERSION_O,
        shadows = {
                SettingsShadowResources.class,
                SettingsShadowResources.SettingsShadowTheme.class,
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import org.robolectric.annotation.Config;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(
        manifest = TestConfig.MANIFEST_PATH,
        sdk = TestConfig.SDK_VERSION)
        sdk = TestConfig.SDK_VERSION_O)
public class ScreenLockTypeTest {

    @Test
Loading