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

Commit cf8b9123 authored by jeffreyhuang's avatar jeffreyhuang
Browse files

move security test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: Icc02469b5bcfab4be55caeab948275d3f4ca08ae
parent 0f48bc83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ import org.robolectric.annotation.Config;
@RunWith(SettingsRobolectricTestRunner.class)
@Config(
    manifest = TestConfig.MANIFEST_PATH,
    sdk = TestConfig.SDK_VERSION,
    sdk = TestConfig.SDK_VERSION_O,
    shadows = ShadowEventLogWriter.class
)
public class ConfigureKeyGuardDialogTest {
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ import java.util.ArrayList;
import java.util.List;

@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
public class EncryptionAndCredentialTest {

    @Mock
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ import org.robolectric.annotation.Config;
import java.util.List;

@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
public class LockscreenDashboardFragmentTest {

    private LockscreenDashboardFragment mFragment;
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ import org.robolectric.annotation.Config;
import org.robolectric.shadows.ShadowLooper;

@RunWith(SettingsRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
public class SecurityFeatureProviderImplTest {

    private static final String MOCK_KEY = "key";