Merge "Move deletionhelper test package to sdk 26"
This commit is contained in:
committed by
Android (Google) Code Review
commit
22ca66df94
@@ -23,7 +23,7 @@ import org.robolectric.RuntimeEnvironment;
|
|||||||
import org.robolectric.annotation.Config;
|
import org.robolectric.annotation.Config;
|
||||||
|
|
||||||
@RunWith(SettingsRobolectricTestRunner.class)
|
@RunWith(SettingsRobolectricTestRunner.class)
|
||||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||||
public class AutomaticStorageManagerDescriptionPreferenceControllerTest {
|
public class AutomaticStorageManagerDescriptionPreferenceControllerTest {
|
||||||
@Mock private PreferenceScreen mScreen;
|
@Mock private PreferenceScreen mScreen;
|
||||||
@Mock private Preference mPreference;
|
@Mock private Preference mPreference;
|
||||||
|
@@ -51,7 +51,7 @@ import org.robolectric.RuntimeEnvironment;
|
|||||||
import org.robolectric.annotation.Config;
|
import org.robolectric.annotation.Config;
|
||||||
|
|
||||||
@RunWith(SettingsRobolectricTestRunner.class)
|
@RunWith(SettingsRobolectricTestRunner.class)
|
||||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||||
public class AutomaticStorageManagerSwitchBarControllerTest {
|
public class AutomaticStorageManagerSwitchBarControllerTest {
|
||||||
private Context mContext;
|
private Context mContext;
|
||||||
private SwitchBar mSwitchBar;
|
private SwitchBar mSwitchBar;
|
||||||
|
Reference in New Issue
Block a user