Move enterprise test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I6b4c5d1d2ba9e7f48168c545432a5a62d024f43d
This commit is contained in:
@@ -38,7 +38,7 @@ import org.robolectric.annotation.Config;
|
||||
* Tests for {@link GlobalHttpProxyPreferenceController}.
|
||||
*/
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public final class GlobalHttpProxyPreferenceControllerTest {
|
||||
|
||||
private static final String KEY_GLOBAL_HTTP_PROXY = "global_http_proxy";
|
||||
|
Reference in New Issue
Block a user