Move applications test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: I9815f48ed9c6ddcfdae10cf09fbdf742a7066dfa
This commit is contained in:
@@ -27,7 +27,7 @@ import org.robolectric.annotation.Config;
|
||||
import static junit.framework.Assert.assertTrue;
|
||||
|
||||
@RunWith(SettingsRobolectricTestRunner.class)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||
public class EnterpriseDefaultAppsTest {
|
||||
@Test
|
||||
public void testNumberOfIntentsCorrelateWithUI() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user