move tests to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I559b2f45b5121eedecad0cdffba68220f7a4d0cb
This commit is contained in:
jeffreyhuang
2017-12-01 15:23:19 -08:00
parent 7ec34c1781
commit ba3f71b355
7 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ import static org.mockito.Mockito.when;
* Tests for {@link VpnUtils}.
*/
@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 VpnUtilsTest {
@Test
public void testIsAlwaysOnVpnSet() {